﻿2026-06-15T08:20:36.1137607Z Current runner version: '2.335.1'
2026-06-15T08:20:36.1142951Z Runner name: 'kitsubito'
2026-06-15T08:20:36.1143585Z Runner group name: 'Default'
2026-06-15T08:20:36.1144412Z Machine name: 'KITSUBITO'
2026-06-15T08:20:36.1146677Z ##[group]GITHUB_TOKEN Permissions
2026-06-15T08:20:36.1148581Z Contents: read
2026-06-15T08:20:36.1149211Z Metadata: read
2026-06-15T08:20:36.1149856Z Packages: read
2026-06-15T08:20:36.1150338Z ##[endgroup]
2026-06-15T08:20:36.1152054Z Secret source: Actions
2026-06-15T08:20:36.1152680Z Prepare workflow directory
2026-06-15T08:20:36.1631123Z Prepare all required actions
2026-06-15T08:20:36.1659410Z Getting action download info
2026-06-15T08:20:43.1100633Z Download action repository 'actions/checkout@v5' (SHA:93cb6efe18208431cddfb8368fd83d5badbf9bfd)
2026-06-15T08:20:43.6446041Z Complete job name: test (self-hosted, Linux, kitsubito)
2026-06-15T08:20:43.7313076Z ##[group]Run actions/checkout@v5
2026-06-15T08:20:43.7313864Z with:
2026-06-15T08:20:43.7314160Z   repository: SaberMage/spt-core
2026-06-15T08:20:43.7316691Z   token: ***
2026-06-15T08:20:43.7316970Z   ssh-strict: true
2026-06-15T08:20:43.7317249Z   ssh-user: git
2026-06-15T08:20:43.7317531Z   persist-credentials: true
2026-06-15T08:20:43.7317845Z   clean: true
2026-06-15T08:20:43.7318131Z   sparse-checkout-cone-mode: true
2026-06-15T08:20:43.7318465Z   fetch-depth: 1
2026-06-15T08:20:43.7318742Z   fetch-tags: false
2026-06-15T08:20:43.7319123Z   show-progress: true
2026-06-15T08:20:43.7319414Z   lfs: false
2026-06-15T08:20:43.7319681Z   submodules: false
2026-06-15T08:20:43.7319956Z   set-safe-directory: true
2026-06-15T08:20:43.7320459Z ##[endgroup]
2026-06-15T08:20:43.8144784Z Syncing repository: SaberMage/spt-core
2026-06-15T08:20:43.8146214Z ##[group]Getting Git version info
2026-06-15T08:20:43.8146804Z Working directory is '/home/reavus/actions-runner/_work/spt-core/spt-core'
2026-06-15T08:20:43.8147467Z [command]/usr/bin/git version
2026-06-15T08:20:43.8175497Z git version 2.43.0
2026-06-15T08:20:43.8193390Z ##[endgroup]
2026-06-15T08:20:43.8205946Z Temporarily overriding HOME='/home/reavus/actions-runner/_work/_temp/5e58cc47-c9d7-432b-9af5-45ca95f9adc2' before making global git config changes
2026-06-15T08:20:43.8206808Z Adding repository directory to the temporary git global config as a safe directory
2026-06-15T08:20:43.8209446Z [command]/usr/bin/git config --global --add safe.directory /home/reavus/actions-runner/_work/spt-core/spt-core
2026-06-15T08:20:43.8242260Z [command]/usr/bin/git config --local --get remote.origin.url
2026-06-15T08:20:43.8260936Z https://github.com/SaberMage/spt-core
2026-06-15T08:20:43.8271378Z ##[group]Removing previously created refs, to avoid conflicts
2026-06-15T08:20:43.8274569Z [command]/usr/bin/git rev-parse --symbolic-full-name --verify --quiet HEAD
2026-06-15T08:20:43.8299891Z refs/heads/main
2026-06-15T08:20:43.8306203Z [command]/usr/bin/git checkout --detach
2026-06-15T08:20:43.8451672Z HEAD is now at b976c4d ci: share mold artifacts across both Linux jobs (n1-gate reuses test's build)
2026-06-15T08:20:43.8487088Z [command]/usr/bin/git branch --delete --force main
2026-06-15T08:20:43.8518011Z Deleted branch main (was b976c4d).
2026-06-15T08:20:43.8595575Z ##[endgroup]
2026-06-15T08:20:43.8598508Z [command]/usr/bin/git submodule status
2026-06-15T08:20:43.8780073Z ##[group]Cleaning the repository
2026-06-15T08:20:43.8782719Z [command]/usr/bin/git clean -ffdx
2026-06-15T08:20:46.1645942Z Removing target/
2026-06-15T08:20:46.1657294Z [command]/usr/bin/git reset --hard HEAD
2026-06-15T08:20:46.1760346Z HEAD is now at b976c4d ci: share mold artifacts across both Linux jobs (n1-gate reuses test's build)
2026-06-15T08:20:46.1767286Z ##[endgroup]
2026-06-15T08:20:46.1769699Z ##[group]Disabling automatic garbage collection
2026-06-15T08:20:46.1772902Z [command]/usr/bin/git config --local gc.auto 0
2026-06-15T08:20:46.1796414Z ##[endgroup]
2026-06-15T08:20:46.1797009Z ##[group]Setting up auth
2026-06-15T08:20:46.1801886Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand
2026-06-15T08:20:46.1825803Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'core\.sshCommand' && git config --local --unset-all 'core.sshCommand' || :"
2026-06-15T08:20:46.2010164Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader
2026-06-15T08:20:46.2033633Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'http\.https\:\/\/github\.com\/\.extraheader' && git config --local --unset-all 'http.https://github.com/.extraheader' || :"
2026-06-15T08:20:46.2217834Z [command]/usr/bin/git config --local --name-only --get-regexp ^includeIf\.gitdir:
2026-06-15T08:20:46.2243813Z [command]/usr/bin/git submodule foreach --recursive git config --local --show-origin --name-only --get-regexp remote.origin.url
2026-06-15T08:20:46.2434612Z [command]/usr/bin/git config --local http.https://github.com/.extraheader AUTHORIZATION: basic ***
2026-06-15T08:20:46.2464913Z ##[endgroup]
2026-06-15T08:20:46.2465384Z ##[group]Fetching the repository
2026-06-15T08:20:46.2472644Z [command]/usr/bin/git -c protocol.version=2 fetch --no-tags --prune --no-recurse-submodules --depth=1 origin +48883b3dc43e0d620b3fbea0914affb67c2eca4b:refs/remotes/origin/main
2026-06-15T08:20:46.7376070Z From https://github.com/SaberMage/spt-core
2026-06-15T08:20:46.7376721Z  + b976c4d...48883b3 48883b3dc43e0d620b3fbea0914affb67c2eca4b -> origin/main  (forced update)
2026-06-15T08:20:46.7395487Z ##[endgroup]
2026-06-15T08:20:46.7396082Z ##[group]Determining the checkout info
2026-06-15T08:20:46.7398001Z ##[endgroup]
2026-06-15T08:20:46.7409200Z [command]/usr/bin/git sparse-checkout disable
2026-06-15T08:20:46.7447495Z [command]/usr/bin/git config --local --unset-all extensions.worktreeConfig
2026-06-15T08:20:46.7471757Z ##[group]Checking out the ref
2026-06-15T08:20:46.7475130Z [command]/usr/bin/git checkout --progress --force -B main refs/remotes/origin/main
2026-06-15T08:20:46.7530269Z Warning: you are leaving 1 commit behind, not connected to
2026-06-15T08:20:46.7530731Z any of your branches:
2026-06-15T08:20:46.7530989Z 
2026-06-15T08:20:46.7531284Z   b976c4d ci: share mold artifacts across both Linux jobs (n1-gate reuses test's build)
2026-06-15T08:20:46.7531670Z 
2026-06-15T08:20:46.7531881Z If you want to keep it by creating a new branch, this may be a good time
2026-06-15T08:20:46.7532267Z to do so with:
2026-06-15T08:20:46.7532408Z 
2026-06-15T08:20:46.7532542Z  git branch <new-branch-name> b976c4d
2026-06-15T08:20:46.7532750Z 
2026-06-15T08:20:46.7536066Z Switched to a new branch 'main'
2026-06-15T08:20:46.7536413Z branch 'main' set up to track 'origin/main'.
2026-06-15T08:20:46.7541983Z ##[endgroup]
2026-06-15T08:20:46.7579088Z [command]/usr/bin/git log -1 --format=%H
2026-06-15T08:20:46.7604229Z 48883b3dc43e0d620b3fbea0914affb67c2eca4b
2026-06-15T08:20:46.7832493Z ##[group]Run echo 'RUSTFLAGS=-C link-arg=-fuse-ld=mold' >> "$GITHUB_ENV"
2026-06-15T08:20:46.7833019Z [36;1mecho 'RUSTFLAGS=-C link-arg=-fuse-ld=mold' >> "$GITHUB_ENV"[0m
2026-06-15T08:20:46.7848648Z shell: /usr/bin/bash -e {0}
2026-06-15T08:20:46.7848890Z ##[endgroup]
2026-06-15T08:20:46.7926504Z ##[group]Run cargo nextest run --workspace
2026-06-15T08:20:46.7926805Z [36;1mcargo nextest run --workspace[0m
2026-06-15T08:20:46.7939413Z shell: /usr/bin/bash -e {0}
2026-06-15T08:20:46.7939629Z env:
2026-06-15T08:20:46.7939839Z   RUSTFLAGS: -C link-arg=-fuse-ld=mold
2026-06-15T08:20:46.7940062Z ##[endgroup]
2026-06-15T08:20:47.7495204Z    Compiling proc-macro2 v1.0.106
2026-06-15T08:20:47.7495589Z    Compiling unicode-ident v1.0.24
2026-06-15T08:20:47.7495890Z    Compiling quote v1.0.45
2026-06-15T08:20:47.7496160Z    Compiling libc v0.2.186
2026-06-15T08:20:47.7496412Z    Compiling cfg-if v1.0.4
2026-06-15T08:20:47.7496866Z    Compiling serde_core v1.0.228
2026-06-15T08:20:47.7524322Z    Compiling serde v1.0.228
2026-06-15T08:20:47.7574627Z    Compiling typenum v1.20.1
2026-06-15T08:20:47.7592970Z    Compiling version_check v0.9.5
2026-06-15T08:20:47.7707683Z    Compiling portable-atomic v1.13.1
2026-06-15T08:20:47.7820274Z    Compiling memchr v2.8.1
2026-06-15T08:20:47.7901643Z    Compiling find-msvc-tools v0.1.9
2026-06-15T08:20:47.7902404Z    Compiling subtle v2.6.1
2026-06-15T08:20:47.7935909Z    Compiling shlex v2.0.1
2026-06-15T08:20:47.7957934Z    Compiling critical-section v1.2.0
2026-06-15T08:20:47.8248155Z    Compiling log v0.4.32
2026-06-15T08:20:47.8331027Z    Compiling semver v1.0.28
2026-06-15T08:20:47.9221905Z    Compiling equivalent v1.0.2
2026-06-15T08:20:47.9740640Z    Compiling smallvec v1.15.1
2026-06-15T08:20:47.9921225Z    Compiling itoa v1.0.18
2026-06-15T08:20:48.0017455Z    Compiling cpufeatures v0.2.17
2026-06-15T08:20:48.0222436Z    Compiling hashbrown v0.17.1
2026-06-15T08:20:48.1092138Z    Compiling bitflags v2.12.1
2026-06-15T08:20:48.1131844Z    Compiling pin-project-lite v0.2.17
2026-06-15T08:20:48.1231890Z    Compiling rand_core v0.10.1
2026-06-15T08:20:48.1586684Z    Compiling rustc_version v0.4.1
2026-06-15T08:20:48.1860662Z    Compiling generic-array v0.14.7
2026-06-15T08:20:48.2030873Z    Compiling futures-core v0.3.32
2026-06-15T08:20:48.2162089Z    Compiling bytes v1.11.1
2026-06-15T08:20:48.2389154Z    Compiling getrandom v0.4.2
2026-06-15T08:20:48.2735997Z    Compiling stable_deref_trait v1.2.1
2026-06-15T08:20:48.2841088Z    Compiling zerocopy v0.8.50
2026-06-15T08:20:48.3298138Z    Compiling ahash v0.8.12
2026-06-15T08:20:48.3661047Z    Compiling futures-io v0.3.32
2026-06-15T08:20:48.3701746Z    Compiling futures-sink v0.3.32
2026-06-15T08:20:48.3786800Z    Compiling signature v2.2.0
2026-06-15T08:20:48.4316004Z    Compiling slab v0.4.12
2026-06-15T08:20:48.4849539Z    Compiling futures-channel v0.3.32
2026-06-15T08:20:48.5070648Z    Compiling vcpkg v0.2.15
2026-06-15T08:20:48.5297477Z    Compiling ed25519 v2.2.3
2026-06-15T08:20:48.5563550Z    Compiling futures-task v0.3.32
2026-06-15T08:20:48.5790708Z    Compiling pkg-config v0.3.33
2026-06-15T08:20:48.5924139Z    Compiling curve25519-dalek v4.1.3
2026-06-15T08:20:48.6211376Z    Compiling zmij v1.0.21
2026-06-15T08:20:48.7320607Z    Compiling serde_json v1.0.150
2026-06-15T08:20:48.7490766Z    Compiling rustversion v1.0.22
2026-06-15T08:20:48.7557725Z    Compiling fastrand v2.4.1
2026-06-15T08:20:48.9323247Z    Compiling fallible-iterator v0.3.0
2026-06-15T08:20:49.0130868Z    Compiling indexmap v2.14.0
2026-06-15T08:20:49.0420667Z    Compiling fallible-streaming-iterator v0.1.9
2026-06-15T08:20:49.0577649Z    Compiling autocfg v1.5.1
2026-06-15T08:20:49.1583708Z    Compiling fnv v1.0.7
2026-06-15T08:20:49.2097419Z    Compiling syn v2.0.117
2026-06-15T08:20:49.2845459Z    Compiling strsim v0.11.1
2026-06-15T08:20:49.2874950Z    Compiling cfg_aliases v0.2.1
2026-06-15T08:20:49.3116201Z    Compiling litemap v0.8.2
2026-06-15T08:20:49.3180080Z    Compiling writeable v0.6.3
2026-06-15T08:20:49.3536480Z    Compiling ident_case v1.0.1
2026-06-15T08:20:49.3730641Z    Compiling dunce v1.0.5
2026-06-15T08:20:49.4000971Z    Compiling icu_properties_data v2.2.0
2026-06-15T08:20:49.4670398Z    Compiling fs_extra v1.3.0
2026-06-15T08:20:49.4700995Z    Compiling utf8_iter v1.0.4
2026-06-15T08:20:49.5170773Z    Compiling icu_normalizer_data v2.2.0
2026-06-15T08:20:49.5210656Z    Compiling rustix v1.1.4
2026-06-15T08:20:49.5560779Z    Compiling anyhow v1.0.102
2026-06-15T08:20:49.5779980Z    Compiling jobserver v0.1.34
2026-06-15T08:20:49.6431461Z    Compiling percent-encoding v2.3.2
2026-06-15T08:20:49.6532789Z    Compiling linux-raw-sys v0.12.1
2026-06-15T08:20:49.7775747Z    Compiling http v1.4.1
2026-06-15T08:20:49.7867204Z    Compiling unicode-segmentation v1.13.3
2026-06-15T08:20:49.7971006Z    Compiling cpufeatures v0.3.0
2026-06-15T08:20:49.8851211Z    Compiling cc v1.2.63
2026-06-15T08:20:49.9008254Z    Compiling aws-lc-rs v1.17.0
2026-06-15T08:20:49.9315241Z    Compiling thiserror v2.0.18
2026-06-15T08:20:49.9540778Z    Compiling scopeguard v1.2.0
2026-06-15T08:20:49.9641065Z    Compiling chacha20 v0.10.0
2026-06-15T08:20:49.9970614Z    Compiling crypto-common v0.1.7
2026-06-15T08:20:50.0350704Z    Compiling block-buffer v0.10.4
2026-06-15T08:20:50.0450721Z    Compiling lock_api v0.4.14
2026-06-15T08:20:50.0649236Z    Compiling form_urlencoded v1.2.2
2026-06-15T08:20:50.1040596Z    Compiling untrusted v0.9.0
2026-06-15T08:20:50.1611134Z    Compiling digest v0.10.7
2026-06-15T08:20:50.2120635Z    Compiling getrandom v0.2.17
2026-06-15T08:20:50.2280714Z    Compiling mio v1.2.1
2026-06-15T08:20:50.2641041Z    Compiling socket2 v0.6.4
2026-06-15T08:20:50.3240630Z    Compiling rustls v0.23.40
2026-06-15T08:20:50.3431036Z    Compiling heck v0.5.0
2026-06-15T08:20:50.4057029Z    Compiling rand_core v0.6.4
2026-06-15T08:20:50.4340933Z    Compiling sha2 v0.10.9
2026-06-15T08:20:50.4432647Z    Compiling convert_case v0.10.0
2026-06-15T08:20:50.5250458Z    Compiling rand v0.10.1
2026-06-15T08:20:50.5591098Z    Compiling const-oid v0.10.2
2026-06-15T08:20:50.5720929Z    Compiling unicode-xid v0.2.6
2026-06-15T08:20:50.6050956Z    Compiling atomic-waker v1.1.2
2026-06-15T08:20:50.6230961Z    Compiling httparse v1.10.1
2026-06-15T08:20:50.6720840Z    Compiling paste v1.0.15
2026-06-15T08:20:50.6851015Z    Compiling parking_lot_core v0.9.12
2026-06-15T08:20:50.7400700Z    Compiling num-traits v0.2.19
2026-06-15T08:20:50.7560501Z    Compiling hybrid-array v0.4.12
2026-06-15T08:20:50.8291322Z    Compiling http-body v1.0.1
2026-06-15T08:20:50.9092314Z    Compiling either v1.16.0
2026-06-15T08:20:50.9190767Z    Compiling base64ct v1.8.3
2026-06-15T08:20:51.0102244Z    Compiling powerfmt v0.2.0
2026-06-15T08:20:51.1763797Z    Compiling cmake v0.1.58
2026-06-15T08:20:51.1891648Z    Compiling deranged v0.5.8
2026-06-15T08:20:51.2441781Z    Compiling pem-rfc7468 v1.0.0
2026-06-15T08:20:51.2538871Z    Compiling tower-service v0.3.3
2026-06-15T08:20:51.3510527Z    Compiling num-conv v0.2.2
2026-06-15T08:20:51.3550595Z    Compiling tinyvec_macros v0.1.1
2026-06-15T08:20:51.4016351Z    Compiling base64 v0.22.1
2026-06-15T08:20:51.4163511Z    Compiling try-lock v0.2.5
2026-06-15T08:20:51.4166873Z    Compiling data-encoding v2.11.0
2026-06-15T08:20:51.4434974Z    Compiling ref-cast v1.0.25
2026-06-15T08:20:51.5078352Z    Compiling time-core v0.1.8
2026-06-15T08:20:51.5151782Z    Compiling want v0.3.1
2026-06-15T08:20:51.5617663Z    Compiling tinyvec v1.11.0
2026-06-15T08:20:51.6405285Z    Compiling block-buffer v0.12.0
2026-06-15T08:20:51.6561373Z    Compiling crypto-common v0.2.2
2026-06-15T08:20:51.6761548Z    Compiling parking_lot v0.12.5
2026-06-15T08:20:51.6900524Z    Compiling inout v0.1.4
2026-06-15T08:20:51.7429187Z    Compiling vergen-lib v9.1.0
2026-06-15T08:20:51.7770692Z    Compiling memoffset v0.6.5
2026-06-15T08:20:51.8041926Z    Compiling n0-future v0.3.2
2026-06-15T08:20:51.8710615Z    Compiling aho-corasick v1.1.4
2026-06-15T08:20:51.8990773Z    Compiling winnow v1.0.3
2026-06-15T08:20:51.9770311Z    Compiling httpdate v1.0.3
2026-06-15T08:20:51.9890614Z    Compiling thiserror v1.0.69
2026-06-15T08:20:52.0110735Z    Compiling parking v2.2.1
2026-06-15T08:20:52.0689491Z    Compiling toml_write v0.1.2
2026-06-15T08:20:52.1700865Z    Compiling libsqlite3-sys v0.30.1
2026-06-15T08:20:52.1937415Z    Compiling aws-lc-sys v0.41.0
2026-06-15T08:20:52.2165869Z    Compiling ring v0.17.14
2026-06-15T08:20:52.2822119Z    Compiling spin v0.10.0
2026-06-15T08:20:52.3250517Z    Compiling crossbeam-utils v0.8.21
2026-06-15T08:20:52.3360647Z    Compiling regex-syntax v0.8.10
2026-06-15T08:20:52.4060513Z    Compiling diatomic-waker v0.2.3
2026-06-15T08:20:52.5500644Z    Compiling cordyceps v0.3.4
2026-06-15T08:20:52.6033195Z    Compiling winnow v0.7.15
2026-06-15T08:20:52.6460843Z    Compiling digest v0.11.3
2026-06-15T08:20:52.7520762Z    Compiling futures-lite v2.6.1
2026-06-15T08:20:52.8830834Z    Compiling futures-buffered v0.2.13
2026-06-15T08:20:52.8997300Z    Compiling cipher v0.4.4
2026-06-15T08:20:52.9720710Z    Compiling netlink-packet-core v0.8.1
2026-06-15T08:20:53.1560779Z    Compiling ioctl-rs v0.1.6
2026-06-15T08:20:53.1677254Z    Compiling serial-core v0.4.0
2026-06-15T08:20:53.2594409Z    Compiling termios v0.2.2
2026-06-15T08:20:53.2820860Z    Compiling universal-hash v0.5.1
2026-06-15T08:20:53.3691486Z    Compiling vergen-lib v0.1.6
2026-06-15T08:20:53.4225048Z    Compiling vergen v9.1.0
2026-06-15T08:20:53.4480718Z    Compiling noq-udp v0.10.0
2026-06-15T08:20:53.4550646Z    Compiling heapless v0.7.17
2026-06-15T08:20:53.5160099Z    Compiling curve25519-dalek v5.0.0-pre.6
2026-06-15T08:20:53.5805908Z    Compiling sync_wrapper v1.0.2
2026-06-15T08:20:53.6337316Z    Compiling opaque-debug v0.3.1
2026-06-15T08:20:53.6675640Z    Compiling toml_parser v1.1.2+spec-1.1.0
2026-06-15T08:20:53.6991326Z    Compiling toml_datetime v1.1.1+spec-1.1.0
2026-06-15T08:20:53.7131119Z    Compiling byteorder v1.5.0
2026-06-15T08:20:53.7450370Z    Compiling allocator-api2 v0.2.21
2026-06-15T08:20:53.8128348Z    Compiling dyn-clone v1.0.20
2026-06-15T08:20:53.8651588Z    Compiling polyval v0.6.2
2026-06-15T08:20:53.8930479Z    Compiling hash32 v0.2.1
2026-06-15T08:20:53.9167719Z    Compiling serial-unix v0.4.0
2026-06-15T08:20:53.9880650Z    Compiling spin v0.9.8
2026-06-15T08:20:54.0052011Z    Compiling vergen-gitcl v1.0.8
2026-06-15T08:20:54.0810939Z    Compiling signature v3.0.0
2026-06-15T08:20:54.1000524Z    Compiling pin-utils v0.1.0
2026-06-15T08:20:54.1332418Z    Compiling tower-layer v0.3.3
2026-06-15T08:20:54.1490815Z    Compiling ryu v1.0.23
2026-06-15T08:20:54.1638263Z    Compiling bitflags v1.3.2
2026-06-15T08:20:54.2094612Z    Compiling num_threads v0.1.7
2026-06-15T08:20:54.2240848Z    Compiling nix v0.25.1
2026-06-15T08:20:54.2417863Z    Compiling serial v0.4.0
2026-06-15T08:20:54.2581827Z    Compiling ghash v0.5.1
2026-06-15T08:20:54.3101395Z    Compiling toml_edit v0.25.12+spec-1.1.0
2026-06-15T08:20:54.3200573Z    Compiling time v0.3.47
2026-06-15T08:20:54.3304344Z    Compiling aes v0.8.4
2026-06-15T08:20:54.3316578Z    Compiling ctr v0.9.2
2026-06-15T08:20:54.3558770Z    Compiling synstructure v0.13.2
2026-06-15T08:20:54.4970656Z    Compiling darling_core v0.20.11
2026-06-15T08:20:54.5900964Z    Compiling serde_derive_internals v0.29.1
2026-06-15T08:20:54.6620872Z    Compiling sha2 v0.11.0-rc.5
2026-06-15T08:20:54.9287654Z    Compiling regex-automata v0.4.14
2026-06-15T08:20:55.0889970Z    Compiling http-body-util v0.1.3
2026-06-15T08:20:55.1920803Z    Compiling proc-macro-crate v3.5.0
2026-06-15T08:20:55.3240162Z    Compiling aead v0.5.2
2026-06-15T08:20:55.3578914Z    Compiling shell-words v1.1.1
2026-06-15T08:20:55.4445755Z    Compiling openssl-probe v0.2.1
2026-06-15T08:20:55.5110881Z    Compiling downcast-rs v1.2.1
2026-06-15T08:20:55.5719461Z    Compiling aes-gcm v0.10.3
2026-06-15T08:20:55.6267168Z    Compiling crossbeam-epoch v0.9.18
2026-06-15T08:20:55.7317157Z    Compiling crossbeam-channel v0.5.15
2026-06-15T08:20:55.7493022Z    Compiling netlink-packet-route v0.29.0
2026-06-15T08:20:55.7762549Z    Compiling blake3 v1.8.5
2026-06-15T08:20:55.7834902Z    Compiling uuid v1.23.2
2026-06-15T08:20:55.8492318Z    Compiling noq v0.18.0
2026-06-15T08:20:56.0525705Z    Compiling netwatch v0.16.0
2026-06-15T08:20:56.0921924Z    Compiling acto v0.8.2
2026-06-15T08:20:56.1030783Z    Compiling mac-addr v0.3.0
2026-06-15T08:20:56.1817724Z    Compiling rustc-hash v2.1.2
2026-06-15T08:20:56.2650864Z    Compiling identity-hash v0.1.0
2026-06-15T08:20:56.2947006Z    Compiling lru-slab v0.1.2
2026-06-15T08:20:56.2981375Z    Compiling tagptr v0.2.0
2026-06-15T08:20:56.3151281Z    Compiling foldhash v0.2.0
2026-06-15T08:20:56.3481136Z    Compiling xml-rs v0.8.28
2026-06-15T08:20:56.3840433Z    Compiling sorted-index-buffer v0.2.1
2026-06-15T08:20:56.4263694Z    Compiling serde_derive v1.0.228
2026-06-15T08:20:56.4270485Z    Compiling zeroize_derive v1.4.3
2026-06-15T08:20:56.4438068Z    Compiling curve25519-dalek-derive v0.1.1
2026-06-15T08:20:56.4527993Z    Compiling tokio-macros v2.7.0
2026-06-15T08:20:56.4662999Z    Compiling futures-macro v0.3.32
2026-06-15T08:20:56.5048803Z    Compiling zerofrom-derive v0.1.7
2026-06-15T08:20:56.8615291Z    Compiling yoke-derive v0.8.2
2026-06-15T08:20:56.9409220Z    Compiling zerovec-derive v0.11.3
2026-06-15T08:20:56.9958157Z    Compiling zeroize v1.8.2
2026-06-15T08:20:57.0145711Z    Compiling displaydoc v0.2.6
2026-06-15T08:20:57.1977875Z    Compiling tokio v1.52.3
2026-06-15T08:20:57.4468243Z    Compiling futures-util v0.3.32
2026-06-15T08:20:57.4579237Z    Compiling tracing-attributes v0.1.31
2026-06-15T08:20:57.8480743Z    Compiling rustls-pki-types v1.14.1
2026-06-15T08:20:57.9327933Z    Compiling thiserror-impl v2.0.18
2026-06-15T08:20:57.9520687Z    Compiling zerofrom v0.1.8
2026-06-15T08:20:58.1500735Z    Compiling darling_macro v0.20.11
2026-06-15T08:20:58.2450221Z    Compiling yoke v0.8.3
2026-06-15T08:20:58.4750686Z    Compiling ed25519-dalek v2.2.0
2026-06-15T08:20:58.4980772Z    Compiling zerovec v0.11.6
2026-06-15T08:20:58.5318730Z    Compiling zerotrie v0.2.4
2026-06-15T08:20:58.6357618Z    Compiling darling v0.20.11
2026-06-15T08:20:58.7040677Z    Compiling derive_more-impl v2.1.1
2026-06-15T08:20:58.8399928Z    Compiling spt-proto v0.7.0 (/home/reavus/actions-runner/_work/spt-core/spt-core/crates/spt-proto)
2026-06-15T08:20:58.8930163Z    Compiling derive_builder_core v0.20.2
2026-06-15T08:20:59.1430451Z    Compiling spez v0.1.2
2026-06-15T08:20:59.2080596Z    Compiling n0-error-macros v0.1.3
2026-06-15T08:20:59.3347308Z    Compiling tinystr v0.8.3
2026-06-15T08:20:59.4727214Z    Compiling potential_utf v0.1.5
2026-06-15T08:20:59.4953136Z    Compiling der v0.8.0-rc.10
2026-06-15T08:20:59.5747160Z    Compiling icu_locale_core v2.2.0
2026-06-15T08:20:59.6493843Z    Compiling icu_collections v2.2.0
2026-06-15T08:20:59.7644822Z    Compiling ref-cast-impl v1.0.25
2026-06-15T08:21:00.2499987Z    Compiling derive_builder_macro v0.20.2
2026-06-15T08:21:00.2921045Z    Compiling pin-project-internal v1.1.13
2026-06-15T08:21:00.3110653Z    Compiling n0-error v0.1.3
2026-06-15T08:21:00.4470671Z    Compiling schemars_derive v1.2.1
2026-06-15T08:21:00.4995162Z    Compiling thiserror-impl v1.0.69
2026-06-15T08:21:00.5411007Z    Compiling derive_builder v0.20.2
2026-06-15T08:21:00.7050840Z    Compiling regex v1.12.3
2026-06-15T08:21:01.0361163Z    Compiling icu_provider v2.2.0
2026-06-15T08:21:01.1980387Z    Compiling spki v0.8.0-rc.4
2026-06-15T08:21:01.3822895Z    Compiling icu_normalizer v2.2.0
2026-06-15T08:21:01.4098605Z    Compiling icu_properties v2.2.0
2026-06-15T08:21:01.4515494Z    Compiling pkcs8 v0.11.0-rc.10
2026-06-15T08:21:01.5459216Z    Compiling futures-executor v0.3.32
2026-06-15T08:21:01.6431073Z    Compiling cobs v0.3.0
2026-06-15T08:21:01.6601766Z    Compiling data-encoding-macro-internal v0.1.18
2026-06-15T08:21:01.6752607Z    Compiling postcard-derive v0.2.2
2026-06-15T08:21:01.7830601Z    Compiling pin-project v1.1.13
2026-06-15T08:21:01.8580052Z    Compiling ipnet v2.12.0
2026-06-15T08:21:01.8916872Z    Compiling serde_spanned v0.6.9
2026-06-15T08:21:01.9356475Z    Compiling toml_datetime v0.6.11
2026-06-15T08:21:02.0943941Z    Compiling ed25519 v3.0.0-rc.4
2026-06-15T08:21:02.1260641Z    Compiling filedescriptor v0.8.3
2026-06-15T08:21:02.2808756Z    Compiling toml_edit v0.22.27
2026-06-15T08:21:02.3320640Z    Compiling prefix-trie v0.8.4
2026-06-15T08:21:02.3745482Z    Compiling futures v0.3.32
2026-06-15T08:21:02.4701037Z    Compiling portable-pty v0.8.1
2026-06-15T08:21:02.4803095Z    Compiling schemars v1.2.1
2026-06-15T08:21:02.5368453Z    Compiling once_cell v1.21.4
2026-06-15T08:21:02.5520382Z    Compiling data-encoding-macro v0.1.20
2026-06-15T08:21:02.6231460Z    Compiling rustls-native-certs v0.8.4
2026-06-15T08:21:02.6704024Z    Compiling strum_macros v0.28.0
2026-06-15T08:21:02.7171256Z    Compiling async-trait v0.1.89
2026-06-15T08:21:02.8830675Z    Compiling tracing-core v0.1.36
2026-06-15T08:21:02.9965703Z    Compiling hashbrown v0.14.5
2026-06-15T08:21:03.1041556Z    Compiling idna_adapter v1.2.2
2026-06-15T08:21:03.1861881Z    Compiling tempfile v3.27.0
2026-06-15T08:21:03.2670709Z    Compiling idna v1.1.0
2026-06-15T08:21:03.3080820Z    Compiling derive_more v2.1.1
2026-06-15T08:21:03.3903345Z    Compiling postcard v1.1.3
2026-06-15T08:21:03.4627339Z    Compiling tracing v0.1.44
2026-06-15T08:21:03.6402291Z    Compiling tokio-util v0.7.18
2026-06-15T08:21:03.7567241Z    Compiling url v2.5.8
2026-06-15T08:21:03.8483600Z    Compiling hashlink v0.9.1
2026-06-15T08:21:03.8597976Z    Compiling netlink-sys v0.8.8
2026-06-15T08:21:03.8731194Z    Compiling tower v0.5.3
2026-06-15T08:21:03.8936553Z    Compiling enum-assoc v1.3.0
2026-06-15T08:21:03.9007151Z    Compiling iroh-metrics-derive v0.4.1
2026-06-15T08:21:04.2065284Z    Compiling rusqlite v0.32.1
2026-06-15T08:21:04.2131326Z    Compiling ed25519-dalek v3.0.0-pre.6
2026-06-15T08:21:04.2721683Z    Compiling num_enum_derive v0.7.6
2026-06-15T08:21:04.3489626Z    Compiling iroh-metrics v0.38.3
2026-06-15T08:21:04.5605407Z    Compiling hickory-proto v0.26.0-beta.4
2026-06-15T08:21:04.6158312Z    Compiling iroh-base v0.98.0
2026-06-15T08:21:04.6343671Z    Compiling tower-http v0.6.11
2026-06-15T08:21:04.6570577Z    Compiling attohttpc v0.30.1
2026-06-15T08:21:04.7209393Z    Compiling netdev v0.42.0
2026-06-15T08:21:05.1570131Z    Compiling h2 v0.4.14
2026-06-15T08:21:05.2351175Z    Compiling toml v0.8.23
2026-06-15T08:21:05.4583649Z    Compiling num_enum v0.7.6
2026-06-15T08:21:05.4791235Z    Compiling spt-store v0.7.0 (/home/reavus/actions-runner/_work/spt-core/spt-core/crates/spt-store)
2026-06-15T08:21:05.5287911Z    Compiling n0-watcher v0.6.1
2026-06-15T08:21:05.5447117Z    Compiling tokio-stream v0.1.18
2026-06-15T08:21:05.5678502Z    Compiling strum v0.28.0
2026-06-15T08:21:05.5776602Z    Compiling netlink-proto v0.12.0
2026-06-15T08:21:05.6760998Z    Compiling iroh-relay v0.98.0
2026-06-15T08:21:05.6913242Z    Compiling moka v0.12.15
2026-06-15T08:21:05.7900745Z    Compiling xmltree v0.10.3
2026-06-15T08:21:05.8900849Z    Compiling hashbrown v0.16.1
2026-06-15T08:21:06.0265432Z    Compiling netlink-packet-route v0.30.0
2026-06-15T08:21:06.1804762Z    Compiling simple-dns v0.9.3
2026-06-15T08:21:06.2126236Z    Compiling simdutf8 v0.1.5
2026-06-15T08:21:06.2545962Z    Compiling resolv-conf v0.7.6
2026-06-15T08:21:06.3380888Z    Compiling arrayref v0.3.9
2026-06-15T08:21:06.4080457Z    Compiling smol_str v0.1.24
2026-06-15T08:21:06.5214704Z    Compiling arrayvec v0.7.6
2026-06-15T08:21:06.5340515Z    Compiling sha1_smol v1.0.1
2026-06-15T08:21:06.6260777Z    Compiling constant_time_eq v0.4.2
2026-06-15T08:21:06.6663666Z    Compiling lru v0.16.4
2026-06-15T08:21:06.7740640Z    Compiling webpki-roots v1.0.7
2026-06-15T08:21:06.7831428Z    Compiling serde_bytes v0.11.19
2026-06-15T08:21:06.8391192Z    Compiling hmac v0.12.1
2026-06-15T08:21:06.8567847Z    Compiling seize v0.5.1
2026-06-15T08:21:06.8999239Z    Compiling iroh v0.98.2
2026-06-15T08:21:06.9143493Z    Compiling cmov v0.5.4
2026-06-15T08:21:06.9788744Z    Compiling hkdf v0.12.4
2026-06-15T08:21:06.9920232Z    Compiling backon v1.6.0
2026-06-15T08:21:07.0478172Z    Compiling sha1 v0.10.6
2026-06-15T08:21:07.1307576Z    Compiling papaya v0.2.4
2026-06-15T08:21:07.1934073Z    Compiling ctutils v0.4.2
2026-06-15T08:21:07.1970954Z    Compiling spake2 v0.4.0
2026-06-15T08:21:07.2950690Z    Compiling doctest-file v1.1.1
2026-06-15T08:21:07.3158501Z    Compiling errno v0.3.14
2026-06-15T08:21:07.3541950Z    Compiling signal-hook v0.3.18
2026-06-15T08:21:07.4761884Z    Compiling iroh-dns v0.98.0
2026-06-15T08:21:07.4801300Z    Compiling signal-hook-registry v1.4.8
2026-06-15T08:21:07.4940637Z    Compiling swarm-discovery v0.6.0-alpha.2
2026-06-15T08:21:07.5054974Z    Compiling darling_core v0.23.0
2026-06-15T08:21:07.5447661Z    Compiling rustix v0.38.44
2026-06-15T08:21:07.5710769Z    Compiling utf8parse v0.2.2
2026-06-15T08:21:07.6000706Z    Compiling is_terminal_polyfill v1.70.2
2026-06-15T08:21:07.6741179Z    Compiling anstyle-parse v1.0.0
2026-06-15T08:21:07.6881672Z    Compiling anstyle-query v1.1.5
2026-06-15T08:21:07.7601057Z    Compiling interprocess v2.4.2
2026-06-15T08:21:07.7942240Z    Compiling instability v0.3.12
2026-06-15T08:21:07.8839676Z    Compiling linux-raw-sys v0.4.15
2026-06-15T08:21:07.8990132Z    Compiling colorchoice v1.0.5
2026-06-15T08:21:07.9326921Z    Compiling anstyle v1.0.14
2026-06-15T08:21:07.9490817Z    Compiling foldhash v0.1.5
2026-06-15T08:21:07.9793313Z    Compiling strum_macros v0.26.4
2026-06-15T08:21:07.9892776Z    Compiling terminal_size v0.4.4
2026-06-15T08:21:08.1148625Z    Compiling hashbrown v0.15.5
2026-06-15T08:21:08.1232787Z    Compiling anstream v1.0.0
2026-06-15T08:21:08.1321065Z    Compiling signal-hook-mio v0.2.5
2026-06-15T08:21:08.1707641Z    Compiling itertools v0.13.0
2026-06-15T08:21:08.1910402Z    Compiling castaway v0.2.4
2026-06-15T08:21:08.2380863Z    Compiling static_assertions v1.1.0
2026-06-15T08:21:08.2850762Z    Compiling indoc v2.0.7
2026-06-15T08:21:08.3260425Z    Compiling unicode-width v0.1.14
2026-06-15T08:21:08.5541273Z    Compiling spt-msg v0.7.0 (/home/reavus/actions-runner/_work/spt-core/spt-core/crates/spt-msg)
2026-06-15T08:21:08.6553097Z    Compiling clap_lex v1.1.0
2026-06-15T08:21:08.6970826Z    Compiling compact_str v0.8.2
2026-06-15T08:21:08.7637199Z    Compiling clap_derive v4.6.1
2026-06-15T08:21:08.8931017Z    Compiling spt-runtime v0.7.0 (/home/reavus/actions-runner/_work/spt-core/spt-core/crates/spt-runtime)
2026-06-15T08:21:08.9263582Z    Compiling spt-term v0.7.0 (/home/reavus/actions-runner/_work/spt-core/spt-core/crates/spt-term)
2026-06-15T08:21:09.0180694Z    Compiling clap_builder v4.6.0
2026-06-15T08:21:09.4393256Z    Compiling crossterm v0.28.1
2026-06-15T08:21:09.5940381Z    Compiling lru v0.12.5
2026-06-15T08:21:09.6742752Z    Compiling iana-time-zone v0.1.65
2026-06-15T08:21:09.7854439Z    Compiling cassowary v0.3.0
2026-06-15T08:21:10.0555647Z    Compiling unicode-truncate v1.1.0
2026-06-15T08:21:10.1480769Z    Compiling unicode-width v0.2.0
2026-06-15T08:21:10.2377455Z    Compiling chrono v0.4.45
2026-06-15T08:21:10.2478494Z    Compiling nucleo-matcher v0.3.1
2026-06-15T08:21:10.4951006Z    Compiling qrcode v0.14.1
2026-06-15T08:21:10.5730783Z    Compiling strum v0.26.3
2026-06-15T08:21:11.0260602Z    Compiling hyper v1.10.1
2026-06-15T08:21:11.1473911Z    Compiling darling_macro v0.23.0
2026-06-15T08:21:11.2661459Z    Compiling mock-adapter v0.7.0 (/home/reavus/actions-runner/_work/spt-core/spt-core/adapters/mock)
2026-06-15T08:21:11.5644867Z    Compiling darling v0.23.0
2026-06-15T08:21:11.6044844Z    Compiling spt-live v0.7.0 (/home/reavus/actions-runner/_work/spt-core/spt-core/crates/spt-live)
2026-06-15T08:21:12.0870639Z    Compiling clap v4.6.1
2026-06-15T08:21:12.2523241Z    Compiling ratatui v0.29.0
2026-06-15T08:21:12.9102957Z    Compiling hyper-util v0.1.20
2026-06-15T08:21:15.0268710Z    Compiling igd-next v0.17.1
2026-06-15T08:21:16.5100803Z    Compiling portmapper v0.16.0
2026-06-15T08:21:22.7179158Z    Compiling rustls-webpki v0.103.13
2026-06-15T08:21:25.0678259Z    Compiling tokio-rustls v0.26.4
2026-06-15T08:21:25.0678775Z    Compiling noq-proto v0.17.0
2026-06-15T08:21:25.0679294Z    Compiling rustls-platform-verifier v0.7.0
2026-06-15T08:21:25.2068080Z    Compiling hickory-net v0.26.0-beta.4
2026-06-15T08:21:25.2068806Z    Compiling hyper-rustls v0.27.9
2026-06-15T08:21:25.2070772Z    Compiling tokio-websockets v0.13.2
2026-06-15T08:21:25.3305096Z    Compiling reqwest v0.13.4
2026-06-15T08:21:26.2737090Z    Compiling hickory-resolver v0.26.0-beta.4
2026-06-15T08:21:40.0970162Z    Compiling spt-net v0.7.0 (/home/reavus/actions-runner/_work/spt-core/spt-core/crates/spt-net)
2026-06-15T08:21:41.5766802Z    Compiling spt-daemon v0.7.0 (/home/reavus/actions-runner/_work/spt-core/spt-core/crates/spt-daemon)
2026-06-15T08:21:49.4031597Z    Compiling spt v0.7.0 (/home/reavus/actions-runner/_work/spt-core/spt-core/crates/spt)
2026-06-15T08:21:49.4068392Z    Compiling xtask v0.7.0 (/home/reavus/actions-runner/_work/spt-core/spt-core/crates/xtask)
2026-06-15T08:22:04.8001371Z warning: function `windows_quote_arg` is never used
2026-06-15T08:22:04.8071557Z    --> crates/spt/src/elevation.rs:227:4
2026-06-15T08:22:04.8141378Z     |
2026-06-15T08:22:04.8224194Z 227 | fn windows_quote_arg(arg: &str) -> String {
2026-06-15T08:22:04.8240157Z     |    ^^^^^^^^^^^^^^^^^
2026-06-15T08:22:04.8245634Z     |
2026-06-15T08:22:04.8321267Z     = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
2026-06-15T08:22:04.8400299Z 
2026-06-15T08:22:04.8421124Z warning: function `windows_runas_params` is never used
2026-06-15T08:22:04.8440814Z    --> crates/spt/src/elevation.rs:263:8
2026-06-15T08:22:04.8510883Z     |
2026-06-15T08:22:04.8534156Z 263 | pub fn windows_runas_params(args: &[String]) -> String {
2026-06-15T08:22:04.8571678Z     |        ^^^^^^^^^^^^^^^^^^^^
2026-06-15T08:22:04.8586407Z 
2026-06-15T08:22:18.5102578Z warning: `spt` (bin "spt") generated 2 warnings
2026-06-15T08:22:20.3791008Z     Finished `test` profile [unoptimized + debuginfo] target(s) in 1m 32s
2026-06-15T08:22:20.5530060Z ────────────
2026-06-15T08:22:20.5532357Z  Nextest run ID 6bf2e624-fb37-4c2f-8033-6323a8ce6f34 with nextest profile: default
2026-06-15T08:22:20.5533306Z     Starting 1056 tests across 61 binaries (1 test skipped)
2026-06-15T08:22:20.5633105Z         PASS [   0.008s] (   1/1056) spt::notify_shell_e2e notify_shell_renders_a_commanded_toast
2026-06-15T08:22:20.5634923Z         PASS [   0.009s] (   2/1056) spt::oneliner_e2e install_script_against_staged_release
2026-06-15T08:22:20.5635877Z         PASS [   0.010s] (   3/1056) spt::n1_pairing new_brain_serves_against_old_broker
2026-06-15T08:22:20.5690898Z         PASS [   0.014s] (   4/1056) mock-adapter::manifest_valid mock_declares_commune_signoff_as_filedrops
2026-06-15T08:22:20.5692356Z         PASS [   0.014s] (   5/1056) mock-adapter::manifest_valid mock_manifest_parses_and_validates
2026-06-15T08:22:20.5727693Z         PASS [   0.015s] (   6/1056) mock-adapter::manifest_valid mock_has_no_claude_code_conventions
2026-06-15T08:22:20.5741469Z         PASS [   0.007s] (   7/1056) spt::release_verify_e2e published_release_verifies_against_embedded_anchor
2026-06-15T08:22:20.5830823Z         PASS [   0.015s] (   8/1056) spt::bin/spt api::auth::tests::mints_distinct_nonempty_tokens
2026-06-15T08:22:20.5832596Z         PASS [   0.013s] (   9/1056) spt::bin/spt api::auth::tests::no_proof_is_refused
2026-06-15T08:22:20.5840321Z         PASS [   0.016s] (  10/1056) spt::bin/spt api::auth::tests::missing_endpoint_is_no_endpoint
2026-06-15T08:22:20.5971410Z         PASS [   0.013s] (  11/1056) spt::bin/spt api::auth::tests::token_proof_authenticates
2026-06-15T08:22:20.5972900Z         PASS [   0.013s] (  12/1056) spt::bin/spt api::auth::tests::wrong_token_and_wrong_session_refused
2026-06-15T08:22:20.5975258Z         PASS [   0.014s] (  13/1056) spt::bin/spt api::auth::tests::session_id_proof_authenticates
2026-06-15T08:22:20.6151758Z         PASS [   0.017s] (  14/1056) spt::bin/spt api::delivery::tests::idle_busy_transitions_manage_sentinels
2026-06-15T08:22:20.6162839Z         PASS [   0.018s] (  15/1056) spt::bin/spt api::delivery::tests::echo_gate_explicit_toggle
2026-06-15T08:22:20.6197345Z         PASS [   0.022s] (  16/1056) spt::bin/spt api::delivery::tests::idle_no_gate_does_not_arm_gate
2026-06-15T08:22:20.6345163Z         PASS [   0.020s] (  17/1056) spt::bin/spt api::delivery::tests::inject_all_pty_falls_back_to_hook
2026-06-15T08:22:20.6442495Z         PASS [   0.027s] (  18/1056) spt::bin/spt api::delivery::tests::inject_resolution_drops_pty_defaults_hook
2026-06-15T08:22:20.6830735Z         PASS [   0.040s] (  19/1056) spt::bin/spt api::reporting::tests::boundary_appends_to_the_session_ledger
2026-06-15T08:22:20.6960886Z         PASS [   0.061s] (  20/1056) spt::bin/spt api::delivery::tests::poll_drains_non_deferred_by_default
2026-06-15T08:22:20.6983338Z         PASS [   0.076s] (  21/1056) spt::bin/spt api::delivery::tests::poll_drain_holds_deferred_while_resting_and_releases_once_on_wake
2026-06-15T08:22:20.7061768Z         PASS [   0.152s] (  22/1056) spt::contract_e2e mock_adapter_drives_the_full_contract
2026-06-15T08:22:20.7130363Z         PASS [   0.016s] (  23/1056) spt::bin/spt api::reporting::tests::boundary_missing_perch_refused
2026-06-15T08:22:20.7292347Z         PASS [   0.016s] (  24/1056) spt::bin/spt api::reporting::tests::capability_lists_hostable_types
2026-06-15T08:22:20.7294105Z         PASS [   0.033s] (  25/1056) spt::bin/spt api::reporting::tests::boundary_rebinds_keeping_anchor
2026-06-15T08:22:20.7474803Z         PASS [   0.018s] (  26/1056) spt::bin/spt api::reporting::tests::driven_by_reads_daemon_marker
2026-06-15T08:22:20.7476110Z         PASS [   0.018s] (  27/1056) spt::bin/spt api::reporting::tests::digest_entry_validates_and_appends_to_digest_log
2026-06-15T08:22:20.7564030Z         PASS [   0.202s] (  28/1056) spt::gateway_e2e gateway_binds_and_is_the_user_backed_origin
2026-06-15T08:22:20.7622731Z         PASS [   0.079s] (  29/1056) spt::bin/spt api::reporting::tests::boundary_injects_deferred_shell_context
2026-06-15T08:22:20.7643675Z         PASS [   0.017s] (  30/1056) spt::bin/spt api::reporting::tests::env_aliases_resolved_from_manifest
2026-06-15T08:22:20.7656123Z         PASS [   0.018s] (  31/1056) spt::bin/spt api::reporting::tests::filedrops_are_fixed_named_files
2026-06-15T08:22:20.7818906Z         PASS [   0.025s] (  32/1056) spt::bin/spt api::reporting::tests::hint_once_per_session_one_per_message
2026-06-15T08:22:20.7836472Z         PASS [   0.021s] (  33/1056) spt::bin/spt api::reporting::tests::history_log_appends
2026-06-15T08:22:20.7874021Z         PASS [   0.022s] (  34/1056) spt::bin/spt api::reporting::tests::presence_records_endpoint
2026-06-15T08:22:20.7881827Z         PASS [   0.022s] (  35/1056) spt::bin/spt api::reporting::tests::session_end_erase_refused_with_live_children
2026-06-15T08:22:20.8294441Z         PASS [   0.122s] (  36/1056) spt::bin/spt api::reporting::tests::boundary_resurfaces_undismissed_notifs
2026-06-15T08:22:20.8303744Z         PASS [   0.042s] (  37/1056) spt::bin/spt api::startup::tests::bind_assigns_home_and_revive_preserves_it
2026-06-15T08:22:20.8387788Z         PASS [   0.055s] (  38/1056) spt::bin/spt api::reporting::tests::session_end_erase_wipes_childless_perch
2026-06-15T08:22:20.8456412Z         PASS [   0.056s] (  39/1056) spt::bin/spt api::reporting::tests::session_end_soft_preserves_state
2026-06-15T08:22:20.8483388Z         PASS [   0.059s] (  40/1056) spt::bin/spt api::startup::tests::bind_with_type_establishes_a_gateway_endpoint
2026-06-15T08:22:20.8652332Z         PASS [   0.028s] (  41/1056) spt::bin/spt api::startup::tests::missing_seed_refused
2026-06-15T08:22:20.8655876Z         PASS [   0.036s] (  42/1056) spt::bin/spt api::startup::tests::live_perch_under_other_session_conflicts
2026-06-15T08:22:20.8668839Z         PASS [   0.037s] (  43/1056) spt::bin/spt api::startup::tests::empty_session_seed_refused
2026-06-15T08:22:20.8882027Z         PASS [   0.020s] (  44/1056) spt::bin/spt api::tests::adapter_is_required
2026-06-15T08:22:20.8903710Z         PASS [   0.024s] (  45/1056) spt::bin/spt api::startup::tests::valid_seed_binds_live_perch
2026-06-15T08:22:20.8908229Z         PASS [   0.026s] (  46/1056) spt::bin/spt api::startup::tests::stale_seed_with_dead_anchor_refused
2026-06-15T08:22:20.9079149Z         PASS [   0.017s] (  47/1056) spt::bin/spt api::tests::state_value_is_validated
2026-06-15T08:22:20.9137986Z         PASS [   0.021s] (  48/1056) spt::bin/spt api::tests::surface_parses
2026-06-15T08:22:20.9139587Z         PASS [   0.026s] (  49/1056) spt::bin/spt api::tests::load_manifest_resolves_composite_adapter_option
2026-06-15T08:22:20.9208327Z         PASS [   0.367s] (  50/1056) spt::contract_e2e seed_then_listen_binds_and_relays
2026-06-15T08:22:20.9243174Z         PASS [   0.084s] (  51/1056) spt::bin/spt api::startup::tests::post_spawn_bind_establishes_perch
2026-06-15T08:22:20.9244854Z         PASS [   0.078s] (  52/1056) spt::bin/spt api::startup::tests::rebind_same_session_ok
2026-06-15T08:22:20.9292134Z         PASS [   0.021s] (  53/1056) spt::bin/spt api::worker::tests::cascade_guard_tracks_live_children
2026-06-15T08:22:20.9390571Z         PASS [   0.026s] (  54/1056) spt::bin/spt api::worker::tests::guard_clears_only_when_all_children_stopped
2026-06-15T08:22:20.9462948Z         PASS [   0.392s] (  55/1056) spt::contract_e2e cold_api_call_autostarts_daemon_and_handoff_is_in_memory
2026-06-15T08:22:20.9518137Z         PASS [   0.026s] (  56/1056) spt::bin/spt api::worker::tests::worker_start_nests_under_parent
2026-06-15T08:22:20.9618903Z         PASS [   0.023s] (  57/1056) spt::bin/spt cli::tests::adapter_profile_verbs_local_only
2026-06-15T08:22:20.9678516Z         PASS [   0.043s] (  58/1056) spt::bin/spt cli::tests::access_subcommands_parse
2026-06-15T08:22:20.9707287Z         PASS [   0.049s] (  59/1056) spt::bin/spt api::worker::tests::worker_poll_holds_deferred_while_resting
2026-06-15T08:22:20.9777024Z         PASS [   0.024s] (  60/1056) spt::bin/spt cli::tests::adapter_subcommands_parse
2026-06-15T08:22:20.9812225Z         PASS [   0.033s] (  61/1056) spt::bin/spt cli::tests::adapter_string_verbs
2026-06-15T08:22:20.9852951Z         PASS [   0.020s] (  62/1056) spt::bin/spt cli::tests::apply_user_msg_gate_local_origination
2026-06-15T08:22:20.9902330Z         PASS [   0.019s] (  63/1056) spt::bin/spt cli::tests::bare_tty_guard
2026-06-15T08:22:20.9942219Z         PASS [   0.027s] (  64/1056) spt::bin/spt cli::tests::bare_spt_parses_to_none
2026-06-15T08:22:20.9983711Z         PASS [   0.021s] (  65/1056) spt::bin/spt cli::tests::connection_lines_net_less_hides_stale_heartbeat
2026-06-15T08:22:21.0029276Z         PASS [   0.020s] (  66/1056) spt::bin/spt cli::tests::create_new_existing_name_is_usage_error
2026-06-15T08:22:21.0070000Z         PASS [   0.094s] (  67/1056) spt::bin/spt api::worker::tests::worker_poll_drains_spool
2026-06-15T08:22:21.0108834Z         PASS [   0.082s] (  68/1056) spt::bin/spt cli::tests::adapter_digest_proof_gates_on_drops
2026-06-15T08:22:21.0141865Z         PASS [   0.031s] (  69/1056) spt::bin/spt cli::tests::create_existing_name_is_usage_error
2026-06-15T08:22:21.0209170Z         PASS [   0.458s] (  70/1056) spt::quickstart_e2e published_messaging_quickstart_runs_as_written
2026-06-15T08:22:21.0241704Z         PASS [   0.026s] (  71/1056) spt::bin/spt cli::tests::create_not_elevated_refuses_without_saving
2026-06-15T08:22:21.0243339Z         PASS [   0.022s] (  72/1056) spt::bin/spt cli::tests::daemon_offline_hint_only_when_down
2026-06-15T08:22:21.0365467Z         PASS [   0.046s] (  73/1056) spt::bin/spt cli::tests::create_new_mints_shows_and_requests_save
2026-06-15T08:22:21.0400072Z         PASS [   0.028s] (  74/1056) spt::bin/spt cli::tests::empty_store_no_flag_guides_to_pair_or_create
2026-06-15T08:22:21.0513299Z         PASS [   0.044s] (  75/1056) spt::bin/spt cli::tests::daemon_subcommands_parse
2026-06-15T08:22:21.0549842Z         PASS [   0.057s] (  76/1056) spt::bin/spt cli::tests::create_prints_joining_material_when_elevated
2026-06-15T08:22:21.0560784Z         PASS [   0.045s] (  77/1056) spt::bin/spt cli::tests::digest_flag_defaults
2026-06-15T08:22:21.0697068Z         PASS [   0.033s] (  78/1056) spt::bin/spt cli::tests::escalation_choice_parses_fail_closed
2026-06-15T08:22:21.0799689Z         PASS [   0.055s] (  79/1056) spt::bin/spt cli::tests::endpoint_subcommands_parse
2026-06-15T08:22:21.0809935Z         PASS [   0.059s] (  80/1056) spt::bin/spt cli::tests::endpoint_role_parses
2026-06-15T08:22:21.0893569Z         PASS [   0.522s] (  81/1056) spt::shell_e2e mock_shell_binary_drives_the_full_link
2026-06-15T08:22:21.0895641Z         PASS [   0.035s] (  82/1056) spt::bin/spt cli::tests::grant_subcommands_parse
2026-06-15T08:22:21.0966895Z         PASS [   0.041s] (  83/1056) spt::bin/spt cli::tests::help_groups_cover_every_command
2026-06-15T08:22:21.1008564Z         PASS [   0.026s] (  84/1056) spt::bin/spt cli::tests::how_to_topics_cover_ready_and_send
2026-06-15T08:22:21.1082723Z         PASS [   0.052s] (  85/1056) spt::bin/spt cli::tests::hot_path_flat_and_moved_verbs_gone
2026-06-15T08:22:21.1101353Z         PASS [   0.029s] (  86/1056) spt::bin/spt cli::tests::invalid_usage_errors
2026-06-15T08:22:21.1144577Z         PASS [   0.031s] (  87/1056) spt::bin/spt cli::tests::join_gate_refuses_without_confirmed_elevation
2026-06-15T08:22:21.1172374Z         PASS [   0.031s] (  88/1056) spt::bin/spt cli::tests::node_level_label_names_an_endpointless_peer
2026-06-15T08:22:21.1188836Z         PASS [   0.022s] (  89/1056) spt::bin/spt cli::tests::node_rows_disambiguate_only_on_label_collision
2026-06-15T08:22:21.1228229Z         PASS [   0.027s] (  90/1056) spt::bin/spt cli::tests::node_status_rows_settle_cheap_signals_probe_only_stale
2026-06-15T08:22:21.1229373Z         PASS [   0.015s] (  91/1056) spt::bin/spt cli::tests::not_elevated_refuses_without_leaking_code_or_saving
2026-06-15T08:22:21.1231850Z         PASS [   0.037s] (  92/1056) spt::bin/spt cli::tests::multi_subnet_refuses_without_flag_then_resolves_with_it
2026-06-15T08:22:21.1308282Z         PASS [   0.020s] (  93/1056) spt::bin/spt cli::tests::notify_subnet_resolution_home_default
2026-06-15T08:22:21.1390862Z         PASS [   0.020s] (  94/1056) spt::bin/spt cli::tests::origin_set_and_asset_urls_latest_and_tag
2026-06-15T08:22:21.1401322Z         PASS [   0.028s] (  95/1056) spt::bin/spt cli::tests::notify_surface_parses
2026-06-15T08:22:21.1471620Z         PASS [   0.022s] (  96/1056) spt::bin/spt cli::tests::pending_message_renders_semver_or_counter_fallback_and_never_claims_applied
2026-06-15T08:22:21.1481643Z         PASS [   0.025s] (  97/1056) spt::bin/spt cli::tests::pair_namespace_is_gone
2026-06-15T08:22:21.1603909Z         PASS [   0.020s] (  98/1056) spt::bin/spt cli::tests::prune_candidates_resolve_never_guess
2026-06-15T08:22:21.1682132Z         PASS [   0.022s] (  99/1056) spt::bin/spt cli::tests::ring_timeout_defaults
2026-06-15T08:22:21.1739342Z         PASS [   0.013s] ( 100/1056) spt::bin/spt cli::tests::self_pin_includes_description_when_present
2026-06-15T08:22:21.1888691Z         PASS [   0.020s] ( 101/1056) spt::bin/spt cli::tests::send_target_optional_with_reply_to
2026-06-15T08:22:21.1934998Z         PASS [   0.019s] ( 102/1056) spt::bin/spt cli::tests::send_user_msg_flag_parses
2026-06-15T08:22:21.2147752Z         PASS [   0.067s] ( 103/1056) spt::bin/spt cli::tests::run_bounded_yields_value_or_timeout_default
2026-06-15T08:22:21.2190684Z         PASS [   0.025s] ( 104/1056) spt::bin/spt cli::tests::shell_owner_exclusivity_negatives
2026-06-15T08:22:21.2382458Z         PASS [   0.023s] ( 105/1056) spt::bin/spt cli::tests::shell_relink_relaunches_offline_instances_only
2026-06-15T08:22:21.2451626Z         PASS [   0.691s] ( 106/1056) spt::contract_e2e live_agent_lifecycle_e2e
2026-06-15T08:22:21.2706944Z         PASS [   0.033s] ( 107/1056) spt::bin/spt cli::tests::shell_spawn_cap_and_over_cap_gates
2026-06-15T08:22:21.2860384Z         PASS [   0.265s] ( 108/1056) spt::bin/spt cli::tests::endpoint_role_overwrite_is_the_sole_writer
2026-06-15T08:22:21.2883411Z         PASS [   0.017s] ( 109/1056) spt::bin/spt cli::tests::shell_spawn_profiled_option_resolves_and_shares_cap
2026-06-15T08:22:21.3052355Z         PASS [   0.019s] ( 110/1056) spt::bin/spt cli::tests::shell_subcommands_parse
2026-06-15T08:22:21.3065859Z         PASS [   0.169s] ( 111/1056) spt::bin/spt cli::tests::probe_all_timeout_settles_false_without_stalling_batch
2026-06-15T08:22:21.3112636Z         PASS [   0.023s] ( 112/1056) spt::bin/spt cli::tests::show_code_prints_reprovisioning_material
2026-06-15T08:22:21.3233223Z         PASS [   0.018s] ( 113/1056) spt::bin/spt cli::tests::shutdown_soft_stops_and_suspends
2026-06-15T08:22:21.3314818Z         PASS [   0.020s] ( 114/1056) spt::bin/spt cli::tests::subcommands_parse
2026-06-15T08:22:21.3344803Z         PASS [   0.028s] ( 115/1056) spt::bin/spt cli::tests::single_subnet_auto_selects_and_code_matches_seed
2026-06-15T08:22:21.3437958Z         PASS [   0.012s] ( 116/1056) spt::bin/spt cli::tests::subnet_status_renders_rows_and_hints_never_secrets
2026-06-15T08:22:21.3439129Z         PASS [   0.009s] ( 117/1056) spt::bin/spt cli::tests::subnets_joined_banner_renders_rows_and_divider
2026-06-15T08:22:21.3484104Z         PASS [   0.025s] ( 118/1056) spt::bin/spt cli::tests::subnet_arg_shapes_parse
2026-06-15T08:22:21.3540788Z         PASS [   0.010s] ( 119/1056) spt::bin/spt cli::tests::trust_mutation_gate_refuses_without_confirmed_elevation
2026-06-15T08:22:21.3545832Z         PASS [   0.011s] ( 120/1056) spt::bin/spt cli::tests::unknown_elevation_falls_back
2026-06-15T08:22:21.3558194Z         PASS [   0.226s] ( 121/1056) spt::bin/spt cli::tests::probe_all_runs_concurrently_in_input_order
2026-06-15T08:22:21.3626163Z         PASS [   0.012s] ( 122/1056) spt::bin/spt cli::tests::unknown_named_subnet_is_usage_error
2026-06-15T08:22:21.3664114Z         PASS [   0.011s] ( 123/1056) spt::bin/spt elevation::tests::already_elevated_short_circuits_on_every_os
2026-06-15T08:22:21.3691270Z         PASS [   0.013s] ( 124/1056) spt::bin/spt cli::tests::whoami_is_an_endpoint_list_alias
2026-06-15T08:22:21.3724114Z         PASS [   0.011s] ( 125/1056) spt::bin/spt elevation::tests::current_returns_a_determinate_level_on_supported_platforms
2026-06-15T08:22:21.3765913Z         PASS [   0.014s] ( 126/1056) spt::bin/spt elevation::tests::fallback_message_names_authenticator_app_and_subnet
2026-06-15T08:22:21.3785771Z         PASS [   0.012s] ( 127/1056) spt::bin/spt elevation::tests::gate_shows_only_when_confirmed_elevated
2026-06-15T08:22:21.3787522Z         PASS [   0.012s] ( 128/1056) spt::bin/spt elevation::tests::launcher_argv_is_absolute_exe_plus_verbatim_args
2026-06-15T08:22:21.3789574Z         PASS [   0.012s] ( 129/1056) spt::bin/spt elevation::tests::launchers_never_shell_interpolate_a_crafted_arg
2026-06-15T08:22:21.3877048Z         PASS [   0.011s] ( 130/1056) spt::bin/spt elevation::tests::print_hint_floor_uses_absolute_path_each_os
2026-06-15T08:22:21.3895631Z         PASS [   0.169s] ( 131/1056) spt::bin/spt cli::tests::shell_spawn_approval_floor_gates
2026-06-15T08:22:21.3902438Z         PASS [   0.011s] ( 132/1056) spt::bin/spt elevation::tests::windows_uac_only_interactive_other_always_prints
2026-06-15T08:22:21.3904261Z         PASS [   0.012s] ( 133/1056) spt::bin/spt elevation::tests::unix_path_order_tty_then_pkexec_then_terminal_then_hint
2026-06-15T08:22:21.3964374Z         PASS [   0.017s] ( 134/1056) spt::bin/spt picker::model::tests::adapter_tree_nests_profiles
2026-06-15T08:22:21.3987239Z         PASS [   0.209s] ( 135/1056) spt::bin/spt cli::tests::shell_channels_relay_sensory_and_text_file
2026-06-15T08:22:21.4013253Z         PASS [   0.012s] ( 136/1056) spt::bin/spt picker::model::tests::category_ring_wraps
2026-06-15T08:22:21.4032357Z         PASS [   0.011s] ( 137/1056) spt::bin/spt picker::model::tests::confirm_terminal_routes
2026-06-15T08:22:21.4036333Z         PASS [   0.013s] ( 138/1056) spt::bin/spt picker::model::tests::confirm_options_status_dependent
2026-06-15T08:22:21.4077911Z         PASS [   0.016s] ( 139/1056) spt::bin/spt picker::model::tests::back_unwinds
2026-06-15T08:22:21.4143288Z         PASS [   0.015s] ( 140/1056) spt::bin/spt picker::model::tests::create_outcome_bakes_run
2026-06-15T08:22:21.4144421Z         PASS [   0.014s] ( 141/1056) spt::bin/spt picker::model::tests::cursor_clamps
2026-06-15T08:22:21.4145249Z         PASS [   0.014s] ( 142/1056) spt::bin/spt picker::model::tests::filter_narrows
2026-06-15T08:22:21.4160850Z         PASS [   0.012s] ( 143/1056) spt::bin/spt picker::model::tests::reenter_create_keeps_or_clears_id
2026-06-15T08:22:21.4162058Z         PASS [   0.013s] ( 144/1056) spt::bin/spt picker::model::tests::kind_routes
2026-06-15T08:22:21.4163093Z         PASS [   0.012s] ( 145/1056) spt::bin/spt picker::model::tests::prefill_jumps_to_create
2026-06-15T08:22:21.4252850Z         PASS [   0.013s] ( 146/1056) spt::bin/spt picker::model::tests::resume_title_render
2026-06-15T08:22:21.4268256Z         PASS [   0.014s] ( 147/1056) spt::bin/spt picker::model::tests::resume_outcome_bakes_session
2026-06-15T08:22:21.4273489Z         PASS [   0.014s] ( 148/1056) spt::bin/spt picker::model::tests::status_square_is_online_offline_only
2026-06-15T08:22:21.4282908Z         PASS [   0.012s] ( 149/1056) spt::bin/spt picker::shortcut::tests::bakes_create_attach_by_default
2026-06-15T08:22:21.4304541Z         PASS [   0.014s] ( 150/1056) spt::bin/spt picker::model::tests::visible_partitions_and_sorts
2026-06-15T08:22:21.4319262Z         PASS [   0.016s] ( 151/1056) spt::bin/spt picker::shortcut::tests::bakes_resume_and_action
2026-06-15T08:22:21.4378149Z         PASS [   0.012s] ( 152/1056) spt::bin/spt picker::shortcut::tests::basename_is_parameterized
2026-06-15T08:22:21.4413517Z         PASS [   0.010s] ( 153/1056) spt::bin/spt picker::shortcut::tests::sentinel_detection
2026-06-15T08:22:21.4416570Z         PASS [   0.011s] ( 154/1056) spt::bin/spt picker::shortcut::tests::write_create_update_refuse
2026-06-15T08:22:21.4441139Z         PASS [   0.015s] ( 155/1056) spt::bin/spt picker::view::tests::adapter_tree_buffer
2026-06-15T08:22:21.4474442Z         PASS [   0.015s] ( 156/1056) spt::bin/spt picker::view::tests::kind_buffer
2026-06-15T08:22:21.4492156Z         PASS [   0.019s] ( 157/1056) spt::bin/spt picker::view::tests::confirm_buffer_options
2026-06-15T08:22:21.4558799Z         PASS [   0.018s] ( 158/1056) spt::bin/spt picker::view::tests::pick_empty_category_hint
2026-06-15T08:22:21.4564836Z         PASS [   0.013s] ( 159/1056) spt::bin/spt rc::tests::detach_keybind_semantics
2026-06-15T08:22:21.4567707Z         PASS [   0.019s] ( 160/1056) spt::bin/spt picker::view::tests::pick_buffer_has_squares_and_description
2026-06-15T08:22:21.4575243Z         PASS [   0.019s] ( 161/1056) spt::bin/spt picker::view::tests::resume_buffer_lists_sessions
2026-06-15T08:22:21.4576410Z         PASS [   0.011s] ( 162/1056) spt::bin/spt rc::tests::detach_prefix_spans_chunks
2026-06-15T08:22:21.4601183Z         PASS [   0.010s] ( 163/1056) spt::bin/spt rc::tests::op_minter_distinct_and_monotonic
2026-06-15T08:22:21.4688847Z         PASS [   0.012s] ( 164/1056) spt::bin/spt wansend::tests::load_snapshots_degrades_on_junk
2026-06-15T08:22:21.4691677Z         PASS [   0.013s] ( 165/1056) spt::bin/spt wansend::tests::refusals_render_copy_paste_targets
2026-06-15T08:22:21.4694749Z         PASS [   0.012s] ( 166/1056) spt-daemon access::tests::gate_decision_table
2026-06-15T08:22:21.4727923Z         PASS [   0.013s] ( 167/1056) spt-daemon access::tests::reply_passes_where_unsolicited_refused
2026-06-15T08:22:21.4778467Z         PASS [   0.009s] ( 168/1056) spt-daemon adapter_update::tests::delegated_attested_delegates_command
2026-06-15T08:22:21.4780319Z         PASS [   0.008s] ( 169/1056) spt-daemon adapter_update::tests::delegated_unattested_is_skipped
2026-06-15T08:22:21.4787816Z         PASS [   0.010s] ( 170/1056) spt-daemon access::tests::same_node_always_passes_without_minting
2026-06-15T08:22:21.4879364Z         PASS [   0.010s] ( 171/1056) spt-daemon adapter_update::tests::file_pull_without_payload_is_skipped
2026-06-15T08:22:21.4972132Z         PASS [   0.023s] ( 172/1056) spt-daemon adapter_update::tests::file_pull_tampered_bytes_rejected
2026-06-15T08:22:21.4988137Z         PASS [   0.020s] ( 173/1056) spt-daemon adapter_update::tests::file_pull_wrong_key_rejected
2026-06-15T08:22:21.5000878Z         PASS [   0.022s] ( 174/1056) spt-daemon adapter_update::tests::file_pull_verified_against_adapter_key
2026-06-15T08:22:21.5096789Z         PASS [   0.021s] ( 175/1056) spt-daemon adapter_update::tests::ripple_conducts_each_adapter_in_order
2026-06-15T08:22:21.5113181Z         PASS [   0.016s] ( 176/1056) spt-daemon adapter_update::tests::ripple_registered_uses_the_registered_set
2026-06-15T08:22:21.5325752Z         PASS [   0.031s] ( 177/1056) spt-daemon applyhost::tests::apply_staged_refuses_a_quarantined_version
2026-06-15T08:22:21.5381656Z         PASS [   0.029s] ( 178/1056) spt-daemon applyhost::tests::apply_staged_refuses_platform_blind_or_mismatched_single
2026-06-15T08:22:21.5389617Z         PASS [   0.027s] ( 179/1056) spt-daemon applyhost::tests::apply_staged_swaps_binary_and_hands_off_without_touching_the_endpoint
2026-06-15T08:22:21.5417174Z         PASS [   0.043s] ( 180/1056) spt-daemon applyhost::tests::apply_staged_gates_fail_closed_with_the_seat_untouched
2026-06-15T08:22:21.5578043Z         PASS [   0.016s] ( 181/1056) spt-daemon applyhost::tests::brain_restart_verb_raises_the_supervisor_signal
2026-06-15T08:22:21.5616048Z         PASS [   0.030s] ( 182/1056) spt-daemon applyhost::tests::apply_staged_update_set_refuses_broker_touching_payloads
2026-06-15T08:22:21.5667728Z         PASS [   0.009s] ( 183/1056) spt-daemon brainproc::tests::appended_padding_flips_exe_hash
2026-06-15T08:22:21.5694180Z         PASS [   0.008s] ( 184/1056) spt-daemon brainproc::tests::backoff_doubles_on_fast_death_resets_when_healthy
2026-06-15T08:22:21.5717581Z         PASS [   0.033s] ( 185/1056) spt-daemon applyhost::tests::apply_staged_without_broker_hosted_sessions_swaps_binary
2026-06-15T08:22:21.5723342Z         PASS [   0.034s] ( 186/1056) spt-daemon applyhost::tests::apply_staged_update_set_selects_local_platform_artifact
2026-06-15T08:22:21.5757302Z         PASS [   0.009s] ( 187/1056) spt-daemon brainproc::tests::brain_child_args_carry_generation_and_reason
2026-06-15T08:22:21.5786684Z         PASS [   0.009s] ( 188/1056) spt-daemon brainproc::tests::bytes_gate_truth_table
2026-06-15T08:22:21.5816600Z         PASS [   0.009s] ( 189/1056) spt-daemon brainproc::tests::consumer_gate_spawns_once_when_net_enabled
2026-06-15T08:22:21.5854610Z         PASS [   0.010s] ( 190/1056) spt-daemon brainproc::tests::planned_restart_respawns_with_update_reason
2026-06-15T08:22:21.5906978Z         PASS [   0.012s] ( 191/1056) spt-daemon brainproc::tests::ready_but_wrong_bytes_rolls_back_never_promotes
2026-06-15T08:22:21.5909659Z         PASS [   0.009s] ( 192/1056) spt-daemon brainproc::tests::ready_exe_hash_parses_and_is_n1_readable
2026-06-15T08:22:21.5949267Z         PASS [   0.009s] ( 193/1056) spt-daemon brainproc::tests::ready_generation_at_reads_file_and_absent_is_none
2026-06-15T08:22:21.6018529Z         PASS [   0.011s] ( 194/1056) spt-daemon brainproc::tests::ready_generation_parses_stamp_and_fails_safe
2026-06-15T08:22:21.6050934Z         PASS [   0.010s] ( 195/1056) spt-daemon brainproc::tests::rollback_running_version_is_prior_not_n_minus_one
2026-06-15T08:22:21.6108382Z         PASS [   0.009s] ( 196/1056) spt-daemon brainproc::tests::rolled_back_record_spawns_rollback_binary_on_a_fresh_supervisor
2026-06-15T08:22:21.6132570Z         PASS [   0.008s] ( 197/1056) spt-daemon brainproc::tests::select_brain_exe_prefers_canonical_over_per_spawn_current_exe
2026-06-15T08:22:21.6185390Z         PASS [   0.161s] ( 198/1056) spt::bin/spt wansend::tests::wan_send_ships_to_the_resolved_node
2026-06-15T08:22:21.6218262Z         PASS [   0.008s] ( 199/1056) spt-daemon brainproc::tests::start_reason_arg_round_trips_and_is_lenient
2026-06-15T08:22:21.6315095Z         PASS [   0.593s] ( 200/1056) spt::bin/spt cli::tests::fork_forks_homes_and_deletes_exactly_the_source
2026-06-15T08:22:21.6578751Z         PASS [   0.534s] ( 201/1056) spt::bin/spt cli::tests::probe_all_cap_batches_into_windows
2026-06-15T08:22:21.6878896Z         PASS [   0.231s] ( 202/1056) spt::bin/spt wansend::tests::remote_rest_suspends_and_wakes_with_the_deferred_gate
2026-06-15T08:22:21.7108900Z         PASS [   1.143s] ( 203/1056) spt::shell_sleepwake_e2e sleep_wake_cycle_drives_from_both_ends
2026-06-15T08:22:21.7176577Z         PASS [   0.007s] ( 204/1056) spt-daemon broker::tests::delivered_cursor_advances_only_on_ok_and_is_monotonic
2026-06-15T08:22:21.7245838Z         PASS [   0.007s] ( 205/1056) spt-daemon broker::tests::sessions_reply_resume_seq_defaults_when_absent
2026-06-15T08:22:21.7313229Z         PASS [   0.007s] ( 206/1056) spt-daemon broker::tests::viewer_overflow_or_disconnect_evicts_never_blocks
2026-06-15T08:22:21.7382266Z         PASS [   0.007s] ( 207/1056) spt-daemon codec::tests::back_to_back_frames_decode_independently
2026-06-15T08:22:21.7452607Z         PASS [   0.007s] ( 208/1056) spt-daemon codec::tests::frame_round_trips_through_buffer
2026-06-15T08:22:21.7519827Z         PASS [   0.007s] ( 209/1056) spt-daemon codec::tests::oversized_prefix_rejected
2026-06-15T08:22:21.7588811Z         PASS [   0.007s] ( 210/1056) spt-daemon config::tests::auto_suspend_knob_is_opt_in_default_off
2026-06-15T08:22:21.7657593Z         PASS [   0.007s] ( 211/1056) spt-daemon config::tests::crash_grace_is_config_driven
2026-06-15T08:22:21.7729911Z         PASS [   0.007s] ( 212/1056) spt-daemon config::tests::detached_subnets_knob_defaults_empty
2026-06-15T08:22:21.7799024Z         PASS [   0.007s] ( 213/1056) spt-daemon config::tests::full_auto_update_is_gated_by_default
2026-06-15T08:22:21.7826331Z         PASS [   0.211s] ( 214/1056) spt-daemon brainproc::tests::clear_before_spawn_defeats_exact_generation_stale_file
2026-06-15T08:22:21.7869330Z         PASS [   0.007s] ( 215/1056) spt-daemon config::tests::malformed_file_degrades_to_default
2026-06-15T08:22:21.7905166Z         PASS [   0.008s] ( 216/1056) spt-daemon config::tests::missing_file_is_default
2026-06-15T08:22:21.7934184Z         PASS [   0.006s] ( 217/1056) spt-daemon config::tests::pulse_period_is_config_driven
2026-06-15T08:22:21.7955295Z         PASS [   1.242s] ( 218/1056) spt::n1_compat brain_accepts_old_and_new_broker_argv
2026-06-15T08:22:21.7980333Z         PASS [   0.007s] ( 219/1056) spt-daemon config::tests::relay_choice_is_config_driven
2026-06-15T08:22:21.8003363Z         PASS [   0.007s] ( 220/1056) spt-daemon config::tests::save_load_roundtrip
2026-06-15T08:22:21.8030084Z         PASS [   0.007s] ( 221/1056) spt-daemon consent::tests::decide_honors_full_auto_flag
2026-06-15T08:22:21.8056125Z         PASS [   0.008s] ( 222/1056) spt-daemon consent::tests::no_live_session_resolves_to_none
2026-06-15T08:22:21.8095759Z         PASS [   0.009s] ( 223/1056) spt-daemon consent::tests::resolves_most_recently_active_live_session
2026-06-15T08:22:21.8120407Z         PASS [   0.006s] ( 224/1056) spt-daemon daemon::tests::net_retry_backoff_doubles_then_caps
2026-06-15T08:22:21.8131229Z         PASS [   0.222s] ( 225/1056) spt-daemon brainproc::tests::ready_with_matching_bytes_promotes
2026-06-15T08:22:21.8169184Z         PASS [   0.007s] ( 226/1056) spt-daemon deadline::tests::advance_after_fire_steps_one_grid_normally_and_collapses_a_stall
2026-06-15T08:22:21.8170482Z         PASS [   0.014s] ( 227/1056) spt-daemon daemon::tests::is_running_tracks_the_seed_channel
2026-06-15T08:22:21.8194147Z         PASS [   0.007s] ( 228/1056) spt-daemon deadline::tests::cold_and_crash_write_fresh_anchor_at_now
2026-06-15T08:22:21.8213333Z         PASS [   0.008s] ( 229/1056) spt-daemon deadline::tests::corrupt_file_degrades_to_fresh
2026-06-15T08:22:21.8247578Z         PASS [   0.008s] ( 230/1056) spt-daemon deadline::tests::next_fire_between_grid_points_rounds_up
2026-06-15T08:22:21.8260618Z         PASS [   0.009s] ( 231/1056) spt-daemon deadline::tests::distinct_keys_do_not_cross_clobber
2026-06-15T08:22:21.8261380Z         PASS [   0.007s] ( 232/1056) spt-daemon deadline::tests::next_fire_long_jump_collapses_missed_ticks_to_one
2026-06-15T08:22:21.8299629Z         PASS [   0.008s] ( 233/1056) spt-daemon deadline::tests::next_fire_on_grid_returns_now_and_advances_strictly
2026-06-15T08:22:21.8323121Z         PASS [   0.007s] ( 234/1056) spt-daemon deadline::tests::next_fire_saturates_when_now_precedes_anchor
2026-06-15T08:22:21.8324361Z         PASS [   0.006s] ( 235/1056) spt-daemon deadline::tests::one_shot_fires_at_or_after_target_and_never_resets
2026-06-15T08:22:21.8352211Z         PASS [   0.009s] ( 236/1056) spt-daemon deadline::tests::update_keeps_anchor_and_refreshes_interval
2026-06-15T08:22:21.8389157Z         PASS [   0.009s] ( 237/1056) spt-daemon deadline::tests::update_with_no_file_falls_back_fresh
2026-06-15T08:22:21.8396195Z         PASS [   0.007s] ( 238/1056) spt-daemon deadline::tests::zero_interval_degrades_to_config_default
2026-06-15T08:22:21.8432486Z         PASS [   0.011s] ( 239/1056) spt-daemon deelevate::tests::election_resolves_real_users_never_root
2026-06-15T08:22:21.8436935Z         PASS [   0.212s] ( 240/1056) spt-daemon brainproc::tests::trial_kills_alive_never_ready_candidate_before_rollback
2026-06-15T08:22:21.8438261Z         PASS [   0.008s] ( 241/1056) spt-daemon deelevate::tests::env_overlay_keeps_explicit_spt_home_alive
2026-06-15T08:22:21.8476373Z         PASS [   0.009s] ( 242/1056) spt-daemon deelevate::tests::plan_spawn_deelevates_only_with_a_target
2026-06-15T08:22:21.8478657Z         PASS [   0.008s] ( 243/1056) spt-daemon deelevate::tests::sudo_invoker_derivation_is_strict
2026-06-15T08:22:21.8516580Z         PASS [   0.008s] ( 244/1056) spt-daemon digest::tests::common_prefix_len_finds_the_unchanged_head
2026-06-15T08:22:21.8537262Z         PASS [   0.010s] ( 245/1056) spt-daemon digest::tests::log_less_two_origin_merge_interleaves_by_ts
2026-06-15T08:22:21.8565985Z         PASS [   0.009s] ( 246/1056) spt-daemon digest::tests::merge_by_ts_interleaves_context
2026-06-15T08:22:21.8568680Z         PASS [   0.009s] ( 247/1056) spt-daemon digest::tests::projects_a_log_less_endpoint_from_digest_log
2026-06-15T08:22:21.8601773Z         PASS [   0.008s] ( 248/1056) spt-daemon digest::tests::projects_empty_for_a_sourceless_endpoint
2026-06-15T08:22:21.8629178Z         PASS [   0.009s] ( 249/1056) spt-daemon digest::tests::resolve_config_precedence
2026-06-15T08:22:21.8646045Z         PASS [   0.007s] ( 250/1056) spt-daemon digesthub::tests::project_and_publish_stores_latest
2026-06-15T08:22:21.8651595Z         PASS [   0.009s] ( 251/1056) spt-daemon digesthub::tests::dropped_subscriber_is_pruned
2026-06-15T08:22:21.8693216Z         PASS [   0.009s] ( 252/1056) spt-daemon digesthub::tests::publish_delta_is_tail_then_full_refresh
2026-06-15T08:22:21.8719342Z         PASS [   0.009s] ( 253/1056) spt-daemon digesthub::tests::render_is_glanceable
2026-06-15T08:22:21.8725599Z         PASS [   0.007s] ( 254/1056) spt-daemon dispatch::tests::classifies_every_family_by_first_line_shape
2026-06-15T08:22:21.8727875Z         PASS [   0.008s] ( 255/1056) spt-daemon digesthub::tests::subscribe_returns_current_base
2026-06-15T08:22:21.8776336Z         PASS [   0.220s] ( 256/1056) spt-daemon brainproc::tests::trial_promotes_on_ready_then_supervises_the_accepted_binary
2026-06-15T08:22:21.8781009Z         PASS [   0.009s] ( 257/1056) spt-daemon dispatch::tests::unknown_shapes_refuse_classification
2026-06-15T08:22:21.8820844Z         PASS [   0.010s] ( 258/1056) spt-daemon effect::tests::applied_set_survives_reopen
2026-06-15T08:22:21.8834363Z         PASS [   0.011s] ( 259/1056) spt-daemon effect::tests::failed_effect_is_not_recorded_applied
2026-06-15T08:22:21.8875444Z         PASS [   0.009s] ( 260/1056) spt-daemon effect::tests::second_apply_for_same_key_is_deduped
2026-06-15T08:22:21.8877940Z         PASS [   0.010s] ( 261/1056) spt-daemon effect::tests::open_creates_missing_parent_dirs
2026-06-15T08:22:21.8901681Z         PASS [   0.008s] ( 262/1056) spt-daemon frame::tests::envelope_with_unknown_trailing_field_decodes_on_older_peer
2026-06-15T08:22:21.8906010Z         PASS [   0.007s] ( 263/1056) spt-daemon frame::tests::handshake_accepts_newer_brain_on_older_broker
2026-06-15T08:22:21.8962281Z         PASS [   0.008s] ( 264/1056) spt-daemon frame::tests::handshake_rejects_below_floor
2026-06-15T08:22:21.8963116Z         PASS [   0.008s] ( 265/1056) spt-daemon frame::tests::handshake_rejects_role_mismatch
2026-06-15T08:22:21.8964617Z         PASS [   0.053s] ( 266/1056) spt-daemon digest::tests::extractor_spans_sessions_with_a_boundary_marker
2026-06-15T08:22:21.8989105Z         PASS [   0.026s] ( 267/1056) spt-daemon effect::tests::gauntlet_is_exactly_once_across_brain_crashes
2026-06-15T08:22:21.8990232Z         PASS [   0.008s] ( 268/1056) spt-daemon grants::tests::escalation_answers_apply
2026-06-15T08:22:21.8991099Z         PASS [   0.009s] ( 269/1056) spt-daemon frame::tests::unknown_kind_is_not_a_decode_error
2026-06-15T08:22:21.9052261Z         PASS [   0.009s] ( 270/1056) spt-daemon grants::tests::no_session_escalates_with_none_target
2026-06-15T08:22:21.9054126Z         PASS [   0.009s] ( 271/1056) spt-daemon grants::tests::escalation_ask_body_roundtrip
2026-06-15T08:22:21.9067708Z         PASS [   0.008s] ( 272/1056) spt-daemon grants::tests::reserved_capabilities_refuse_even_when_granted
2026-06-15T08:22:21.9069880Z         PASS [   0.008s] ( 273/1056) spt-daemon grants::tests::preconsent_flags_author_grants
2026-06-15T08:22:21.9071168Z         PASS [   0.008s] ( 274/1056) spt-daemon grants::tests::ungranted_escalates_granted_allows
2026-06-15T08:22:21.9153857Z         PASS [   0.010s] ( 275/1056) spt-daemon harnesshost::tests::mint_session_id_is_fresh_hex
2026-06-15T08:22:21.9155158Z         PASS [   0.010s] ( 276/1056) spt-daemon harnesshost::tests::prepare_fails_closed_on_wrong_kind_missing_role_and_bad_template
2026-06-15T08:22:21.9156375Z         PASS [   0.009s] ( 277/1056) spt-daemon harnesshost::tests::prepare_fills_id_and_session_into_self_command
2026-06-15T08:22:21.9300126Z         PASS [   0.034s] ( 278/1056) spt-daemon grants::tests::escalation_notif_fires_to_most_recent_and_roundtrips
2026-06-15T08:22:21.9453184Z         PASS [   0.030s] ( 279/1056) spt-daemon lifecycle::tests::harness_owner_gone_anchors_on_parent_pid
2026-06-15T08:22:21.9458195Z         PASS [   0.030s] ( 280/1056) spt-daemon lifecycle::tests::daemon_hosted_psyche_liveness_is_status_not_pid
2026-06-15T08:22:21.9592727Z         PASS [   0.029s] ( 281/1056) spt-daemon lifecycle::tests::orphan_watch_honors_stop_for_live_owner
2026-06-15T08:22:21.9674241Z         PASS [   0.060s] ( 282/1056) spt-daemon lifecycle::tests::crash_signoff_spares_recovered_self
2026-06-15T08:22:21.9683847Z         PASS [   0.061s] ( 283/1056) spt-daemon lifecycle::tests::crash_signoff_tears_down_when_still_gone
2026-06-15T08:22:21.9763530Z         PASS [   0.061s] ( 284/1056) spt-daemon lifecycle::tests::orphan_watch_fires_on_dead_owner
2026-06-15T08:22:22.0003880Z         PASS [   0.033s] ( 285/1056) spt-daemon lifecycle::tests::pulse_recency_and_auto_suspend_follow_resting_state
2026-06-15T08:22:22.0065892Z         PASS [   0.061s] ( 286/1056) spt-daemon lifecycle::tests::pulse_loop_is_config_paced_and_killable
2026-06-15T08:22:22.0142517Z         PASS [   0.069s] ( 287/1056) spt-daemon lifecycle::tests::pulse_loop_does_not_write_anchor_per_fire
2026-06-15T08:22:22.0148874Z         PASS [   0.008s] ( 288/1056) spt-daemon machineid::tests::hash_is_domain_separated_and_stable
2026-06-15T08:22:22.0219435Z         PASS [   0.008s] ( 289/1056) spt-daemon machineid::tests::machine_id_hash_resolves_and_is_stable
2026-06-15T08:22:22.0220111Z         PASS [   0.007s] ( 290/1056) spt-daemon msg::tests::bytes_round_trip_through_payload
2026-06-15T08:22:22.0228505Z         PASS [   0.022s] ( 291/1056) spt-daemon linkhost::tests::run_action_relinks_drives_and_refuses
2026-06-15T08:22:22.0254408Z         PASS [   0.066s] ( 292/1056) spt-daemon lifecycle::tests::pulse_loop_update_preserves_phase_crash_rebases
2026-06-15T08:22:22.0289635Z         PASS [   0.007s] ( 293/1056) spt-daemon msg::tests::output_envelope_round_trips
2026-06-15T08:22:22.0290756Z         PASS [   0.007s] ( 294/1056) spt-daemon msg::tests::net_frames_round_trip_and_tolerate_unknown_fields
2026-06-15T08:22:22.0311600Z         PASS [   0.008s] ( 295/1056) spt-daemon msg::tests::presence_event_round_trips_and_tolerates_future_kind
2026-06-15T08:22:22.0317531Z         PASS [   0.421s] ( 296/1056) spt-daemon brainproc::tests::stale_generation_minus_one_ready_never_promotes
2026-06-15T08:22:22.0338026Z         PASS [   0.008s] ( 297/1056) spt-daemon msg::tests::spawn_req_tolerates_unknown_field
2026-06-15T08:22:22.0560986Z         PASS [   0.027s] ( 298/1056) spt-daemon nethost::tests::host_binds_endpoint_to_node_identity
2026-06-15T08:22:22.0594490Z         PASS [   0.441s] ( 299/1056) spt-daemon brainproc::tests::supervisor_owns_generation_and_stamps_start_reason
2026-06-15T08:22:22.0608204Z         PASS [   0.439s] ( 300/1056) spt-daemon brainproc::tests::supervisor_respawns_brain_until_stopped
2026-06-15T08:22:22.0617037Z         PASS [   0.033s] ( 301/1056) spt-daemon nethost::tests::loopback_conn_is_a_reused_singleton_that_cross_wires_a_stream_pair
2026-06-15T08:22:22.0666549Z         PASS [   0.089s] ( 302/1056) spt-daemon lifecycle::tests::rest_event_fires_echo_once_and_wake_resurfaces
2026-06-15T08:22:22.0838525Z         PASS [   0.022s] ( 303/1056) spt-daemon notif::tests::no_live_endpoint_is_a_typed_no_target
2026-06-15T08:22:22.0864200Z         PASS [   0.055s] ( 304/1056) spt-daemon notif::tests::consent_decision_produces_notif_only_when_gated
2026-06-15T08:22:22.0912399Z         PASS [   0.057s] ( 305/1056) spt-daemon notif::tests::first_fire_reaches_most_recent_visible_endpoint
2026-06-15T08:22:22.0956192Z         PASS [   0.030s] ( 306/1056) spt-daemon notif::tests::notif_command_renders_all_keys_and_is_opt_in
2026-06-15T08:22:22.0985220Z         PASS [   0.067s] ( 307/1056) spt-daemon nethost::tests::two_hosts_dial_over_loopback
2026-06-15T08:22:22.1015561Z         PASS [   0.042s] ( 308/1056) spt-daemon notif::tests::hidden_endpoint_boundary_surfaces_nothing
2026-06-15T08:22:22.1182237Z         PASS [   0.057s] ( 309/1056) spt-daemon notif::tests::hidden_endpoint_is_never_the_target
2026-06-15T08:22:22.1213285Z         PASS [   0.065s] ( 310/1056) spt-daemon notif::tests::first_fire_redirects_to_a_fresher_remote_winner_unmarked
2026-06-15T08:22:22.1305682Z         PASS [   0.162s] ( 311/1056) spt-daemon lifecycle::tests::pulse_tick_ingests_drop
2026-06-15T08:22:22.1363148Z         PASS [   0.038s] ( 312/1056) spt-daemon notifsync::tests::concurrent_dismiss_and_surface_commute_across_the_feed
2026-06-15T08:22:22.1372968Z         PASS [   0.035s] ( 313/1056) spt-daemon notifsync::tests::feed_converges_two_stores_and_dismiss_replicates
2026-06-15T08:22:22.1374064Z         PASS [   0.007s] ( 314/1056) spt-daemon pairhost::tests::wire_errors_classify_for_the_guided_ux
2026-06-15T08:22:22.1442244Z         PASS [   0.007s] ( 315/1056) spt-daemon presence::tests::snapshot_loading_degrades_on_junk
2026-06-15T08:22:22.1443614Z         PASS [   0.008s] ( 316/1056) spt-daemon presence::tests::mra_degrades_to_local_and_skips_noise_rows
2026-06-15T08:22:22.1452461Z         PASS [   0.009s] ( 317/1056) spt-daemon presence::tests::mra_joins_local_and_gossiped_legs_under_one_max
2026-06-15T08:22:22.1501336Z         PASS [   0.032s] ( 318/1056) spt-daemon notifsync::tests::non_member_subnet_record_never_materializes
2026-06-15T08:22:22.1512903Z         PASS [   0.007s] ( 319/1056) spt-daemon propagate::tests::classifier_maps_every_status_shape
2026-06-15T08:22:22.1529170Z         PASS [   0.009s] ( 320/1056) spt-daemon presence::tests::subnet_scope_gates_both_legs
2026-06-15T08:22:22.1546630Z         PASS [   0.063s] ( 321/1056) spt-daemon notif::tests::shell_notif_templates_render_for_attached_instances_only
2026-06-15T08:22:22.1572106Z         PASS [   0.036s] ( 322/1056) spt-daemon notifsync::tests::untrusted_and_cross_subnet_origins_are_dropped
2026-06-15T08:22:22.1603967Z         PASS [   0.074s] ( 323/1056) spt-daemon notif::tests::rollback_notif_is_loud_and_resurfaces
2026-06-15T08:22:22.1605411Z         PASS [   0.065s] ( 324/1056) spt-daemon notif::tests::suppression_window_holds_cross_endpoint
2026-06-15T08:22:22.1639329Z         PASS [   0.080s] ( 325/1056) spt-daemon notif::tests::resurface_delivers_undismissed_with_gates
2026-06-15T08:22:22.1723467Z         PASS [   0.008s] ( 326/1056) spt-daemon pump::registry::tests::fire_due_rotations_rotates_due_and_leaves_pending
2026-06-15T08:22:22.1794668Z         PASS [   0.007s] ( 327/1056) spt-daemon pump::registry::tests::poll_wake_takes_the_advertise_marker_exactly_once
2026-06-15T08:22:22.1881626Z         PASS [   0.009s] ( 328/1056) spt-daemon pump::registry::tests::pre_round_sweeps_and_refreshes_adverts_each_round
2026-06-15T08:22:22.1947061Z         PASS [   0.049s] ( 329/1056) spt-daemon psyrelay::tests::empty_and_oversize_bodies_drop_typed
2026-06-15T08:22:22.1951435Z         PASS [   0.007s] ( 330/1056) spt-daemon pump::tests::choreography_fan_targets_skips_detached_and_self
2026-06-15T08:22:22.2017379Z         PASS [   0.007s] ( 331/1056) spt-daemon pump::tests::choreography_first_tick_primes_all_legs
2026-06-15T08:22:22.2020142Z         PASS [   0.049s] ( 332/1056) spt-daemon psyrelay::tests::null_stdout_driver_fails_the_guard
2026-06-15T08:22:22.2024285Z         PASS [   0.007s] ( 333/1056) spt-daemon pump::tests::choreography_mark_after_round_stamps_only_due
2026-06-15T08:22:22.2050483Z         PASS [   0.050s] ( 334/1056) spt-daemon psyrelay::tests::prose_only_relays_nothing
2026-06-15T08:22:22.2052553Z         PASS [   0.054s] ( 335/1056) spt-daemon psyrelay::tests::notify_without_live_endpoint_is_pending
2026-06-15T08:22:22.2101976Z         PASS [   0.007s] ( 336/1056) spt-daemon pump::tests::choreography_wake_forces_only_that_worker
2026-06-15T08:22:22.2102895Z         PASS [   0.008s] ( 337/1056) spt-daemon pump::tests::choreography_peer_step_aborts_on_first_failure
2026-06-15T08:22:22.2104108Z         PASS [   0.008s] ( 338/1056) spt-daemon pump::tests::choreography_pre_round_once_and_before_any_peer_step
2026-06-15T08:22:22.2136510Z         PASS [   0.053s] ( 339/1056) spt-daemon psyrelay::tests::reply_without_target_is_dropped
2026-06-15T08:22:22.2137495Z         PASS [   0.009s] ( 340/1056) spt-daemon pump::tests::first_tick_is_due_and_never_underflows
2026-06-15T08:22:22.2178873Z         PASS [   0.008s] ( 341/1056) spt-daemon pump::tests::peer_outcome_timeout_bubbles_ordinary_aborts
2026-06-15T08:22:22.2182786Z         PASS [   0.008s] ( 342/1056) spt-daemon pump::tests::push_target_is_the_full_roster_minus_self_and_tombstoned
2026-06-15T08:22:22.2190938Z         PASS [   0.009s] ( 343/1056) spt-daemon pump::tests::seeded_dial_order_fallback_and_writeback
2026-06-15T08:22:22.2222865Z         PASS [   0.009s] ( 344/1056) spt-daemon pump::tests::supervisor_backoff_doubles_caps_and_resets
2026-06-15T08:22:22.2251087Z         PASS [   0.007s] ( 345/1056) spt-daemon pump::tests::wake_forces_a_round_regardless_of_cadence
2026-06-15T08:22:22.2266370Z         PASS [   0.008s] ( 346/1056) spt-daemon reconcile::tests::active_node_wins
2026-06-15T08:22:22.2272833Z         PASS [   0.008s] ( 347/1056) spt-daemon reconcile::tests::double_active_tiebreaks_deterministically
2026-06-15T08:22:22.2286680Z         PASS [   0.071s] ( 348/1056) spt-daemon psyrelay::tests::reply_relays_to_inbound_sender
2026-06-15T08:22:22.2295331Z         PASS [   0.024s] ( 349/1056) spt-daemon pump::tests::heartbeat_writes_and_advances
2026-06-15T08:22:22.2308862Z         PASS [   0.081s] ( 350/1056) spt-daemon psyrelay::tests::notify_reaches_own_user_only
2026-06-15T08:22:22.2315436Z         PASS [   0.009s] ( 351/1056) spt-daemon reconcile::tests::fallback_lowest_non_offline
2026-06-15T08:22:22.2349567Z         PASS [   0.010s] ( 352/1056) spt-daemon reconcile::tests::no_rows_reconciles_locally
2026-06-15T08:22:22.2407300Z         PASS [   0.078s] ( 353/1056) spt-daemon psyrelay::tests::spoofed_routing_is_stripped_and_restamped
2026-06-15T08:22:22.2421151Z         PASS [   0.012s] ( 354/1056) spt-daemon registryhost::tests::advertise_local_stamps_the_node_label
2026-06-15T08:22:22.2422499Z         PASS [   0.015s] ( 355/1056) spt-daemon registryhost::tests::advertise_local_scans_and_respects_visibility
2026-06-15T08:22:22.2430738Z         PASS [   0.012s] ( 356/1056) spt-daemon registryhost::tests::advertisement_carries_the_presence_datum
2026-06-15T08:22:22.2431903Z         PASS [   0.013s] ( 357/1056) spt-daemon registryhost::tests::advertisement_carries_both_authored_blurb
2026-06-15T08:22:22.2436845Z         PASS [   0.012s] ( 358/1056) spt-daemon registryhost::tests::advertisement_follows_resting_transitions_epoch_bumped
2026-06-15T08:22:22.2465772Z         PASS [   0.012s] ( 359/1056) spt-daemon registryhost::tests::apply_feed_flips_only_on_observed_transition_to_active
2026-06-15T08:22:22.2492586Z         PASS [   0.010s] ( 360/1056) spt-daemon registryhost::tests::apply_feed_gates_and_merges_under_the_lease
2026-06-15T08:22:22.2498121Z         PASS [   0.010s] ( 361/1056) spt-daemon registryhost::tests::apply_node_labels_gates_and_merges
2026-06-15T08:22:22.2523885Z         PASS [   0.008s] ( 362/1056) spt-daemon registryhost::tests::superseded_requires_label_and_machine_id_under_other_key
2026-06-15T08:22:22.2526456Z         PASS [   0.026s] ( 363/1056) spt-daemon registryhost::tests::admitted_feeds_stamp_the_heard_map
2026-06-15T08:22:22.2527926Z         PASS [   0.010s] ( 364/1056) spt-daemon registryhost::tests::evict_silent_peers_drops_unheard_rows_and_rewrites_snapshots
2026-06-15T08:22:22.2532707Z         PASS [   0.010s] ( 365/1056) spt-daemon registryhost::tests::repair_evict_tombstones_roster_snapshot_and_notices
2026-06-15T08:22:22.2541912Z         PASS [   0.040s] ( 366/1056) spt-daemon pump::tests::supervisor_restarts_a_panicking_pump_until_stop
2026-06-15T08:22:22.2563237Z         PASS [   0.010s] ( 367/1056) spt-daemon registryhost::tests::with_epoch_is_the_one_canonical_counter
2026-06-15T08:22:22.2602739Z         PASS [   0.014s] ( 368/1056) spt-daemon registryhost::tests::evict_silent_peers_never_touches_own_rows
2026-06-15T08:22:22.2631687Z         PASS [   0.011s] ( 369/1056) spt-daemon relcache::tests::applied_state_two_phase_round_trips_and_degrades
2026-06-15T08:22:22.2638684Z         PASS [   0.009s] ( 370/1056) spt-daemon relcache::tests::torn_or_corrupt_stage_offers_nothing
2026-06-15T08:22:22.2639685Z         PASS [   0.010s] ( 371/1056) spt-daemon relcache::tests::stage_round_trips_and_restage_replaces
2026-06-15T08:22:22.2640652Z         PASS [   0.012s] ( 372/1056) spt-daemon relcache::tests::partial_update_set_can_serve_held_platform_only
2026-06-15T08:22:22.2641741Z         PASS [   0.012s] ( 373/1056) spt-daemon relcache::tests::single_platform_stamp_is_explicit_and_cleared_on_restage
2026-06-15T08:22:22.2682155Z         PASS [   0.011s] ( 374/1056) spt-daemon relcache::tests::update_set_round_trips_and_loads_by_platform
2026-06-15T08:22:22.2722049Z         PASS [   0.008s] ( 375/1056) spt-daemon release::tests::hex_roundtrips
2026-06-15T08:22:22.2773930Z         PASS [   0.020s] ( 376/1056) spt-daemon release::tests::artifact_digest_mismatch_is_rejected
2026-06-15T08:22:22.2779166Z         PASS [   0.010s] ( 377/1056) spt-daemon release::tests::production_policy_loads_fail_closed
2026-06-15T08:22:22.2818686Z         PASS [   0.010s] ( 378/1056) spt-daemon release::tests::revoked_key_is_rejected
2026-06-15T08:22:22.2845423Z         PASS [   0.021s] ( 379/1056) spt-daemon release::tests::builtin_keys_merge_and_revoke_under_file_overlay
2026-06-15T08:22:22.2850410Z         PASS [   0.020s] ( 380/1056) spt-daemon release::tests::channel_mismatch_is_rejected
2026-06-15T08:22:22.2852327Z         PASS [   0.008s] ( 381/1056) spt-daemon release::tests::shipped_builtin_table_is_well_formed
2026-06-15T08:22:22.2884445Z         PASS [   0.024s] ( 382/1056) spt-daemon release::tests::expired_metadata_is_rejected
2026-06-15T08:22:22.2964584Z         PASS [   0.019s] ( 383/1056) spt-daemon release::tests::tampered_metadata_fails_signature
2026-06-15T08:22:22.2983367Z         PASS [   0.048s] ( 384/1056) spt-daemon relay::tests::run_honors_stop
2026-06-15T08:22:22.3040383Z         PASS [   0.022s] ( 385/1056) spt-daemon release::tests::untrusted_key_is_unknown
2026-06-15T08:22:22.3055523Z         PASS [   0.019s] ( 386/1056) spt-daemon release::tests::update_set_missing_platform_is_typed_rejection
2026-06-15T08:22:22.3057040Z         PASS [   0.021s] ( 387/1056) spt-daemon release::tests::update_set_artifact_mismatch_is_rejected
2026-06-15T08:22:22.3080260Z         PASS [   0.020s] ( 388/1056) spt-daemon release::tests::update_set_tampering_breaks_whole_set_signature
2026-06-15T08:22:22.3119771Z         PASS [   0.044s] ( 389/1056) spt-daemon release::tests::non_monotonic_version_is_rollback
2026-06-15T08:22:22.3151078Z         PASS [   0.010s] ( 390/1056) spt-daemon resting::tests::apply_event_auto_suspends_under_the_resolved_chain
2026-06-15T08:22:22.3159798Z         PASS [   0.009s] ( 391/1056) spt-daemon resting::tests::apply_event_echo_failure_is_loud_but_state_persists
2026-06-15T08:22:22.3161090Z         PASS [   0.009s] ( 392/1056) spt-daemon resting::tests::apply_event_fires_echo_once_per_rest_edge_and_wake_on_wake
2026-06-15T08:22:22.3172326Z         PASS [   0.032s] ( 393/1056) spt-daemon release::tests::update_set_channel_and_rollback_gates_hold
2026-06-15T08:22:22.3173694Z         PASS [   0.020s] ( 394/1056) spt-daemon release::tests::update_set_verifies_and_selects_platform_artifact
2026-06-15T08:22:22.3175325Z         PASS [   0.009s] ( 395/1056) spt-daemon resting::tests::auto_suspend_counts_from_dormancy_onset_and_is_opt_in
2026-06-15T08:22:22.3184991Z         PASS [   0.020s] ( 396/1056) spt-daemon release::tests::valid_release_verifies_and_artifact_matches
2026-06-15T08:22:22.3186304Z         PASS [   0.069s] ( 397/1056) spt-daemon relay::tests::respawn_loses_no_spooled_message
2026-06-15T08:22:22.3239673Z         PASS [   0.009s] ( 398/1056) spt-daemon resting::tests::knob_chain_resolves_global_node_endpoint
2026-06-15T08:22:22.3280735Z         PASS [   0.011s] ( 399/1056) spt-daemon resting::tests::freshness_pull_marker_is_taken_exactly_once
2026-06-15T08:22:22.3291286Z         PASS [   0.018s] ( 400/1056) spt-daemon resting::tests::daemon_rest_event_arms_gate_at_rest_edge_only
2026-06-15T08:22:22.3293084Z         PASS [   0.013s] ( 401/1056) spt-daemon resting::tests::deferred_held_keys_on_the_durable_rest_record
2026-06-15T08:22:22.3294895Z         PASS [   0.010s] ( 402/1056) spt-daemon resting::tests::rest_record_round_trips_with_anchor_discipline
2026-06-15T08:22:22.3296393Z         PASS [   0.011s] ( 403/1056) spt-daemon resting::tests::transition_table_matches_the_context_model
2026-06-15T08:22:22.3297938Z         PASS [   0.010s] ( 404/1056) spt-daemon rollback_compat::tests::pre_ready_durable_files_are_additive_and_n1_readable
2026-06-15T08:22:22.3331941Z         PASS [   0.645s] ( 405/1056) spt-daemon brainproc::tests::trial_rolls_back_after_budget_of_pre_ready_exits
2026-06-15T08:22:22.3361552Z         PASS [   0.009s] ( 406/1056) spt-daemon seedproofx::grace_tests::grade_truth_table
2026-06-15T08:22:22.3362861Z         PASS [   0.009s] ( 407/1056) spt-daemon seedproofx::grace_tests::seed_never_appears_in_roster_gossip
2026-06-15T08:22:22.3364228Z         PASS [   0.009s] ( 408/1056) spt-daemon seedproofx::grace_tests::seedxfer_frame_round_trips_and_rejects_malformed
2026-06-15T08:22:22.3365364Z         PASS [   0.018s] ( 409/1056) spt-daemon seedmap::tests::put_refreshes_existing
2026-06-15T08:22:22.3366271Z         PASS [   0.008s] ( 410/1056) spt-daemon seedproofx::roster_tests::empty_roster_frame_round_trips
2026-06-15T08:22:22.3413889Z         PASS [   0.017s] ( 411/1056) spt-daemon seedmap::tests::stop_op_acks_then_serve_returns
2026-06-15T08:22:22.3446006Z         PASS [   0.026s] ( 412/1056) spt-daemon resting::tests::rest_edges_cascade_shells_with_divergence
2026-06-15T08:22:22.3454241Z         PASS [   0.019s] ( 413/1056) spt-daemon seedmap::tests::put_then_take_consumes_once
2026-06-15T08:22:22.3455673Z         PASS [   0.010s] ( 414/1056) spt-daemon seedproofx::roster_tests::gapfill_fills_absent_only_and_skips_self
2026-06-15T08:22:22.3457022Z         PASS [   0.010s] ( 415/1056) spt-daemon seedproofx::roster_tests::roster_frame_round_trips
2026-06-15T08:22:22.3458278Z         PASS [   0.009s] ( 416/1056) spt-daemon service::tests::plan_stop_routes_managed_then_ipc_then_noop
2026-06-15T08:22:22.3459579Z         PASS [   0.010s] ( 417/1056) spt-daemon seedproofx::roster_tests::malformed_roster_frame_rejected
2026-06-15T08:22:22.3461017Z         PASS [   0.019s] ( 418/1056) spt-daemon seedmap::tests::take_absent_is_none
2026-06-15T08:22:22.3471282Z         PASS [   0.011s] ( 419/1056) spt-daemon service::tests::plan_start_prefers_service_then_spawn_idempotent
2026-06-15T08:22:22.3520777Z         PASS [   0.015s] ( 420/1056) spt-daemon serveprobe::tests::is_serving_subnet_honors_membership_and_detach
2026-06-15T08:22:22.3546975Z         PASS [   0.010s] ( 421/1056) spt-daemon service::tests::run_refused_only_when_windows_and_vanishing
2026-06-15T08:22:22.3584585Z         PASS [   0.009s] ( 422/1056) spt-daemon service::tests::service_ignored_under_spt_home_override
2026-06-15T08:22:22.3585782Z         PASS [   0.011s] ( 423/1056) spt-daemon service::tests::systemd_unit_path_follows_xdg_then_home
2026-06-15T08:22:22.3599662Z         PASS [   0.011s] ( 424/1056) spt-daemon shellchan::tests::frames_compose_and_stamp_roundtrips
2026-06-15T08:22:22.3601574Z         PASS [   0.012s] ( 425/1056) spt-daemon shelldisc::tests::discover_across_joins_other_node_subnet_adapters
2026-06-15T08:22:22.3602867Z         PASS [   0.013s] ( 426/1056) spt-daemon shellchan::tests::vocab_check_bounds_ops_and_args
2026-06-15T08:22:22.3604107Z         PASS [   0.015s] ( 427/1056) spt-daemon shellchan::tests::sensory_text_file_frames_shape
2026-06-15T08:22:22.3613141Z         PASS [   0.014s] ( 428/1056) spt-daemon shelldisc::tests::shell_context_renders_sections_and_empties_to_none
2026-06-15T08:22:22.3670926Z         PASS [   0.020s] ( 429/1056) spt-daemon shelldisc::tests::discovery_own_plus_broadcast_gated_instantiable
2026-06-15T08:22:22.3679830Z         PASS [   0.015s] ( 430/1056) spt-daemon shellhost::tests::close_shell_ephemeral_tears_down_and_frees_the_slot
2026-06-15T08:22:22.3681061Z         PASS [   0.012s] ( 431/1056) spt-daemon shellhost::tests::launch_fails_closed_on_bad_templates
2026-06-15T08:22:22.3695098Z         PASS [   0.009s] ( 432/1056) spt-daemon shellwake::tests::backoff_curve_doubles_to_the_cap
2026-06-15T08:22:22.3701847Z         PASS [   0.016s] ( 433/1056) spt-daemon shellhost::tests::gateway_typed_owner_spawns_and_owns_a_shell
2026-06-15T08:22:22.3721025Z         PASS [   0.012s] ( 434/1056) spt-daemon shellhost::tests::link_key_and_frame_mac_roundtrip
2026-06-15T08:22:22.3741240Z         PASS [   0.015s] ( 435/1056) spt-daemon shellhost::tests::launch_parks_token_and_bind_by_token_onlines
2026-06-15T08:22:22.3797880Z         PASS [   0.012s] ( 436/1056) spt-daemon shellwake::tests::resolve_wake_leaves_a_dormant_owner_and_relaunches
2026-06-15T08:22:22.3799198Z         PASS [   0.012s] ( 437/1056) spt-daemon shellwake::tests::resolve_wake_refuses_without_a_reachable_owner
2026-06-15T08:22:22.3817180Z         PASS [   0.010s] ( 438/1056) spt-daemon shellwake::tests::watcher_opcode_exit_fires_resolution_once
2026-06-15T08:22:22.3833934Z         PASS [   0.009s] ( 439/1056) spt-daemon sync::tests::gate_decision_table
2026-06-15T08:22:22.3890805Z         PASS [   0.007s] ( 440/1056) spt-daemon transport::tests::local_socket_handshake_and_frame_round_trip
2026-06-15T08:22:22.3949895Z         PASS [   0.010s] ( 441/1056) spt-daemon transport::tests::local_socket_rejects_wrong_role
2026-06-15T08:22:22.3951079Z         PASS [   0.024s] ( 442/1056) spt-daemon shellwake::tests::resolve_wake_revives_a_suspended_owner_without_double_launch
2026-06-15T08:22:22.3954819Z         PASS [   0.033s] ( 443/1056) spt-daemon shellwake::tests::reconcile_flips_watchers_with_instance_state
2026-06-15T08:22:22.3956007Z         PASS [   0.007s] ( 444/1056) spt-daemon update::tests::apply_refuses_non_brain_only_plan
2026-06-15T08:22:22.4006871Z         PASS [   0.007s] ( 445/1056) spt-daemon update::tests::classify_broker_breaking_on_resource_abi_change
2026-06-15T08:22:22.4007954Z         PASS [   0.007s] ( 446/1056) spt-daemon update::tests::classify_brain_only_when_broker_hosts_new_brain
2026-06-15T08:22:22.4017975Z         PASS [   0.007s] ( 447/1056) spt-daemon update::tests::classify_broker_compatible_when_brain_below_floor
2026-06-15T08:22:22.4086019Z         PASS [   0.007s] ( 448/1056) spt-daemon wan::tests::origin_user_backed_matrix
2026-06-15T08:22:22.4135128Z         PASS [   0.043s] ( 449/1056) spt-daemon shellwake::tests::watcher_crash_exits_respawn_then_give_up
2026-06-15T08:22:22.4163851Z         PASS [   0.008s] ( 450/1056) spt-daemon wan::tests::wan_user_msg_restamped_unless_origin_user_backed
2026-06-15T08:22:22.4183835Z         PASS [   0.017s] ( 451/1056) spt-daemon update::tests::plan_verified_yields_a_plan_for_a_valid_release
2026-06-15T08:22:22.4231973Z         PASS [   0.009s] ( 452/1056) spt-daemon xfer::tests::recv_state_chunks_idempotent_and_commit_replays_safely
2026-06-15T08:22:22.4241193Z         PASS [   0.008s] ( 453/1056) spt-daemon xfer::tests::resolve_under_confines_to_root
2026-06-15T08:22:22.4243497Z         PASS [   0.029s] ( 454/1056) spt-daemon update::tests::plan_verified_produces_no_plan_for_a_rejected_release
2026-06-15T08:22:22.4426601Z         PASS [   0.042s] ( 455/1056) spt-daemon update::tests::plan_verified_update_set_uses_selected_platform_spec
2026-06-15T08:22:22.4800847Z         PASS [   0.128s] ( 456/1056) spt-daemon shellhost::tests::close_shell_delivers_pre_close_then_kills_and_flips_offline
2026-06-15T08:22:22.5194119Z         PASS [   0.095s] ( 457/1056) spt-daemon::attach broker_spawns_the_pty_child_in_the_requested_cwd
2026-06-15T08:22:22.5206875Z         PASS [   0.040s] ( 458/1056) spt-daemon::attach controller_viewer_matrix_and_loud_take
2026-06-15T08:22:22.5248697Z         PASS [   0.141s] ( 459/1056) spt-daemon sync::tests::reconcile_driver_structurally_excludes_live_role
2026-06-15T08:22:22.5263823Z         PASS [   0.084s] ( 460/1056) spt-daemon::attach controller_restart_with_viewer_no_displace_and_viewer_survives
2026-06-15T08:22:22.5682174Z         PASS [   0.217s] ( 461/1056) spt-daemon shellhost::tests::close_shell_dead_child_is_prompt_and_manifestless_never_erases
2026-06-15T08:22:22.5723585Z         PASS [   0.148s] ( 462/1056) spt-daemon::attach attach_registers_remote_drive_detection
2026-06-15T08:22:22.5750519Z         PASS [   0.054s] ( 463/1056) spt-daemon::attach loopback_self_dial_is_refused_local_uses_fallback_transport
2026-06-15T08:22:22.5774708Z         PASS [   0.055s] ( 464/1056) spt-daemon::attach local_attach_via_loopback_conn_rides_the_same_pump
2026-06-15T08:22:22.5850038Z         PASS [   0.160s] ( 465/1056) spt-daemon::attach attach_survives_target_brain_restart_exactly_once
2026-06-15T08:22:22.6018500Z         PASS [   0.014s] ( 466/1056) spt-daemon::broker broker_hosts_pty_child_streams_output_and_accepts_input
2026-06-15T08:22:22.6043084Z         PASS [   0.224s] ( 467/1056) spt-daemon sync::tests::select_refs_scopes_two_tiers
2026-06-15T08:22:22.6047403Z         PASS [   0.029s] ( 468/1056) spt-daemon::brain_swap brain_only_update_swaps_logic_with_zero_endpoint_interruption
2026-06-15T08:22:22.6077674Z         PASS [   0.009s] ( 469/1056) spt-daemon::budget measure_dormant_seat_budget
2026-06-15T08:22:22.6156678Z         PASS [   0.095s] ( 470/1056) spt-daemon::attach remote_attach_drives_a_real_pty_cross_daemon
2026-06-15T08:22:22.6249604Z         PASS [   0.098s] ( 471/1056) spt-daemon::attach resize_is_controller_exclusive
2026-06-15T08:22:22.6258795Z         PASS [   0.058s] ( 472/1056) spt-daemon::attach same_origin_re_subscribe_does_not_displace
2026-06-15T08:22:22.6296699Z         PASS [   0.211s] ( 473/1056) spt-daemon::access whitelist_refuses_exempts_replies_and_admits_listed
2026-06-15T08:22:22.6298837Z         PASS [   0.022s] ( 474/1056) spt-daemon::dispatch classify_routes_a_node_label_feed_to_registry
2026-06-15T08:22:22.6681429Z         PASS [   0.097s] ( 475/1056) spt-daemon::attach spt_hosted_bringup_then_cross_node_attach_drives_the_pty
2026-06-15T08:22:22.7252320Z         PASS [   0.120s] ( 476/1056) spt-daemon::digest harness_hosted_digest_projects_and_pushes_deltas
2026-06-15T08:22:22.7737039Z         PASS [   0.199s] ( 477/1056) spt-daemon::attach wedged_viewer_does_not_stall_controller
2026-06-15T08:22:22.7749063Z         PASS [   0.145s] ( 478/1056) spt-daemon::dispatch dispatcher_serves_a_file_fetch_undriven
2026-06-15T08:22:22.7769234Z         PASS [   0.161s] ( 479/1056) spt-daemon::dispatch dispatcher_applies_a_notif_feed_undriven
2026-06-15T08:22:22.7816601Z         PASS [   0.157s] ( 480/1056) spt-daemon::dispatch dispatcher_funnels_wan_messages_undriven
2026-06-15T08:22:22.7902361Z         PASS [   0.160s] ( 481/1056) spt-daemon::dispatch dispatcher_serves_a_remote_drive_attach_undriven
2026-06-15T08:22:22.7967934Z         PASS [   0.015s] ( 482/1056) spt-daemon::handoff brain_restart_survives_gaplessly_with_fresh_gen_start
2026-06-15T08:22:22.8128112Z         PASS [   0.187s] ( 483/1056) spt-daemon::dispatch dispatcher_serves_a_cross_node_shell_link
2026-06-15T08:22:22.8313514Z         PASS [   0.041s] ( 484/1056) spt-daemon::idempotent pty_writes_are_exactly_once_across_brain_crashes
2026-06-15T08:22:22.8480911Z         PASS [   0.180s] ( 485/1056) spt-daemon::dispatch dispatcher_serves_a_subnet_serve_probe
2026-06-15T08:22:22.8858316Z         PASS [   0.107s] ( 486/1056) spt-daemon::dispatch dispatcher_survives_an_unknown_stream
2026-06-15T08:22:22.8991021Z         PASS [   0.041s] ( 487/1056) spt-daemon::netbroker broker_owns_endpoint_and_reports_status
2026-06-15T08:22:22.9028518Z         PASS [   0.011s] ( 488/1056) spt-daemon::netbroker netless_broker_probes_gracefully
2026-06-15T08:22:22.9068532Z         PASS [   0.123s] ( 489/1056) spt-daemon::dispatch dispatcher_serves_an_update_pull_undriven
2026-06-15T08:22:22.9077235Z         PASS [   0.132s] ( 490/1056) spt-daemon::dispatch dispatcher_surfaces_a_remote_won_notif_at_the_winning_node
2026-06-15T08:22:22.9311925Z         PASS [   0.100s] ( 491/1056) spt-daemon::netbroker brain_dials_second_broker_over_loopback
2026-06-15T08:22:22.9480863Z         PASS [   0.050s] ( 492/1056) spt-daemon::netbroker unknown_net_frame_is_reported_not_fatal
2026-06-15T08:22:22.9650126Z         PASS [   0.076s] ( 493/1056) spt-daemon::netbroker replayed_dial_op_is_deduped_across_brain_restart
2026-06-15T08:22:23.0397487Z         PASS [   0.132s] ( 494/1056) spt-daemon::netstream sender_brain_restart_redrive_is_exactly_once
2026-06-15T08:22:23.0676552Z         PASS [   0.170s] ( 495/1056) spt-daemon::netstream receiver_brain_restart_is_gapless_and_exactly_once
2026-06-15T08:22:23.0750844Z         PASS [   0.277s] ( 496/1056) spt-daemon::mesh all_online_star_a_reaches_c_b_never_relays
2026-06-15T08:22:23.1148426Z         PASS [   0.302s] ( 497/1056) spt-daemon::mesh staggered_offliner_still_meshes
2026-06-15T08:22:23.1486223Z         PASS [   0.217s] ( 498/1056) spt-daemon::notifsync notif_spools_converge_over_the_wire_and_dismiss_replicates
2026-06-15T08:22:23.1574268Z         PASS [   0.432s] ( 499/1056) spt-daemon::dispatch dispatcher_serves_a_sync_pull_undriven
2026-06-15T08:22:23.2450308Z         PASS [   0.087s] ( 500/1056) spt-daemon::propagate untrusted_origin_gets_no_offer
2026-06-15T08:22:23.2523418Z         PASS [   0.178s] ( 501/1056) spt-daemon::propagate rollback_offer_is_rejected_before_any_fetch
2026-06-15T08:22:23.2693362Z         PASS [   0.120s] ( 502/1056) spt-daemon::propagate tampered_relay_artifact_is_rejected_and_never_staged
2026-06-15T08:22:23.2853682Z         PASS [   0.681s] ( 503/1056) spt-daemon::daemon_e2e daemon_hosts_lifecycle_and_survives_brain_restart
2026-06-15T08:22:23.2969910Z         PASS [   0.352s] ( 504/1056) spt-daemon::pairjoin daemon_hosted_responder_pairs_a_loopback_joiner_end_to_end
2026-06-15T08:22:23.3619571Z         PASS [   0.075s] ( 505/1056) spt-daemon::replicate registries_converge_over_the_wire_and_the_lease_holds
2026-06-15T08:22:23.4369708Z         PASS [   0.192s] ( 506/1056) spt-daemon::propagate update_set_propagates_selected_platform_artifact
2026-06-15T08:22:23.4507276Z         PASS [   0.154s] ( 507/1056) spt-daemon::reseed benign_offliner_is_reseeded_across_a_rotation
2026-06-15T08:22:23.4609313Z         PASS [   0.346s] ( 508/1056) spt-daemon::propagate status_query_drives_the_convergence_table_end_to_end
2026-06-15T08:22:23.5089343Z         PASS [   0.441s] ( 509/1056) spt-daemon::propagate chain_self_heal_propagates_with_gate_at_every_hop
2026-06-15T08:22:23.5927923Z         PASS [   0.084s] ( 510/1056) spt-daemon::rosterprop roster_exchange_never_leaks_unproven_subnets
2026-06-15T08:22:23.6675436Z         PASS [   0.075s] ( 511/1056) spt-daemon::rosterprop roster_propagates_transitively_on_connect
2026-06-15T08:22:23.6877291Z         PASS [   0.435s] ( 512/1056) spt-daemon::pump pump_and_dispatch_self_drive_the_subnet
2026-06-15T08:22:23.7382336Z         PASS [   0.071s] ( 513/1056) spt-daemon::seedproofx both_members_prove_and_cache_the_shared_subnet
2026-06-15T08:22:23.8097947Z         PASS [   0.071s] ( 514/1056) spt-daemon::seedproofx proven_verdict_is_the_shared_set
2026-06-15T08:22:23.8761170Z         PASS [   0.608s] ( 515/1056) spt-daemon::pumpdeadline pump_brain_times_out_when_broker_never_replies
2026-06-15T08:22:23.8990044Z         PASS [   0.023s] ( 516/1056) spt-daemon::shellchan hung_shell_stalls_no_other_owner
2026-06-15T08:22:23.9325130Z         PASS [   0.033s] ( 517/1056) spt-daemon::shellchan stdin_receipt_delivers_spooled_frames_exactly_once
2026-06-15T08:22:24.2772350Z         PASS [   0.816s] ( 518/1056) spt-daemon::resume resume_mode_brain_spawning_new_sessions_delivers_each
2026-06-15T08:22:24.7190185Z         PASS [   0.442s] ( 519/1056) spt-daemon::sync torn_pull_recovers_by_repulling
2026-06-15T08:22:25.1710602Z         PASS [   1.239s] ( 520/1056) spt-daemon::sync concurrent_writes_reconcile_on_elected_node_and_converge
2026-06-15T08:22:25.2448715Z         PASS [   0.074s] ( 521/1056) spt-daemon::two_origin_spanning one_source_two_consumers_spans_and_merges
2026-06-15T08:22:25.2521660Z         PASS [   0.007s] ( 522/1056) spt-daemon::twohost two_host_ladder_role_a
2026-06-15T08:22:25.2582340Z         PASS [   0.006s] ( 523/1056) spt-daemon::twohost two_host_ladder_role_b
2026-06-15T08:22:25.3900953Z         PASS [   0.132s] ( 524/1056) spt-daemon::wanmsg receiver_restart_replays_feed_without_double_delivery
2026-06-15T08:22:25.4585678Z         PASS [   2.022s] ( 525/1056) spt-daemon::resume cold_start_resumes_all_sessions_from_the_broker_cursor
2026-06-15T08:22:25.4767251Z         PASS [   2.116s] ( 526/1056) spt-daemon::reseed revoked_node_is_denied_and_never_reseeded
2026-06-15T08:22:25.4782305Z         PASS [   0.088s] ( 527/1056) spt-daemon::wanmsg wan_message_lands_exactly_once_under_transport_origin
2026-06-15T08:22:25.4870990Z         PASS [   0.028s] ( 528/1056) spt-daemon::wanmsg wan_user_msg_from_unproven_origin_is_restamped_at_the_funnel
2026-06-15T08:22:25.4928425Z         PASS [   0.006s] ( 529/1056) spt-live context::tests::direct_always_writes
2026-06-15T08:22:25.5026926Z         PASS [   0.010s] ( 530/1056) spt-live context::tests::identified_write_stamps_advancing_vector
2026-06-15T08:22:25.5086951Z         PASS [   0.006s] ( 531/1056) spt-live context::tests::llm_over_llm_writes
2026-06-15T08:22:25.5141083Z         PASS [   0.005s] ( 532/1056) spt-live context::tests::llm_past_window_writes
2026-06-15T08:22:25.5198748Z         PASS [   0.006s] ( 533/1056) spt-live context::tests::llm_within_window_suppressed
2026-06-15T08:22:25.5256466Z         PASS [   0.006s] ( 534/1056) spt-live context::tests::pre_identity_write_stamps_v1_shape
2026-06-15T08:22:25.5307818Z         PASS [   0.005s] ( 535/1056) spt-live context::tests::write_context_suppresses_stale_llm
2026-06-15T08:22:25.6042314Z         PASS [   0.127s] ( 536/1056) spt-daemon::xfer fetch_lands_byte_identical_with_progress_both_ends
2026-06-15T08:22:25.6076786Z         PASS [   0.129s] ( 537/1056) spt-daemon::xfer push_survives_target_brain_restart_exactly_once
2026-06-15T08:22:25.6301229Z         PASS [   0.026s] ( 538/1056) spt-live digest::tests::extracts_records_from_the_located_source
2026-06-15T08:22:25.6325856Z         PASS [   0.025s] ( 539/1056) spt-live digest::tests::falls_back_to_history_locate_template
2026-06-15T08:22:25.6347342Z         PASS [   0.005s] ( 540/1056) spt-live digest::tests::missing_source_file_is_read_error
2026-06-15T08:22:25.6373190Z         PASS [   0.005s] ( 541/1056) spt-live digest::tests::no_source_errors
2026-06-15T08:22:25.6618597Z         PASS [   0.027s] ( 542/1056) spt-live echo::tests::echo_child_is_recursion_guarded
2026-06-15T08:22:25.6629864Z         PASS [   0.026s] ( 543/1056) spt-live echo::tests::echo_consumes_history_and_writes_commune
2026-06-15T08:22:25.6666923Z         PASS [   0.004s] ( 544/1056) spt-live echo::tests::provenance_is_stamped
2026-06-15T08:22:25.6881060Z         PASS [   0.026s] ( 545/1056) spt-live echo::tests::echo_nonzero_errors
2026-06-15T08:22:25.7134011Z         PASS [   0.025s] ( 546/1056) spt-live history::tests::fetcher_yields_records
2026-06-15T08:22:25.7363260Z         PASS [   1.017s] ( 547/1056) spt-daemon::sync two_tier_sync_lands_and_gate_refuses_server_side
2026-06-15T08:22:25.7384115Z         PASS [   0.025s] ( 548/1056) spt-live history::tests::locate_normalize_reads_and_normalizes
2026-06-15T08:22:25.7410579Z         PASS [   0.005s] ( 549/1056) spt-live history::tests::missing_fetcher_field_errors
2026-06-15T08:22:25.7425917Z         PASS [   0.004s] ( 550/1056) spt-live history::tests::native_missing_log_is_empty
2026-06-15T08:22:25.7461351Z         PASS [   0.005s] ( 551/1056) spt-live history::tests::native_reads_logged_records
2026-06-15T08:22:25.7784066Z         PASS [   2.091s] ( 552/1056) spt-daemon::seedproofx no_shared_subnet_is_dropped
2026-06-15T08:22:25.8391069Z         PASS [   0.308s] ( 553/1056) spt-live digest::tests::extractor_timeout_errors
2026-06-15T08:22:25.8434683Z         PASS [   0.004s] ( 554/1056) spt-live ingest::tests::no_drops_is_empty
2026-06-15T08:22:25.8775747Z         PASS [   0.131s] ( 555/1056) spt-live ingest::tests::commune_drop_is_ingested_and_deleted
2026-06-15T08:22:25.9037167Z         PASS [   2.094s] ( 556/1056) spt-daemon::seedproofx wrong_seed_is_dropped
2026-06-15T08:22:25.9086197Z         PASS [   0.005s] ( 557/1056) spt-live inject::tests::long_body_is_capped
2026-06-15T08:22:25.9095870Z         PASS [   0.131s] ( 558/1056) spt-live ingest::tests::ingest_never_writes_the_live_role
2026-06-15T08:22:25.9131248Z         PASS [   0.004s] ( 559/1056) spt-live inject::tests::missing_perch_is_best_effort
2026-06-15T08:22:25.9147019Z         PASS [   0.005s] ( 560/1056) spt-live inject::tests::tap_appends_a_context_entry
2026-06-15T08:22:25.9150005Z         PASS [   0.172s] ( 561/1056) spt-live ingest::tests::both_drops_ingested
2026-06-15T08:22:25.9185019Z         PASS [   0.005s] ( 562/1056) spt-live outbound::tests::empty_body_parses_to_empty_intent
2026-06-15T08:22:25.9196517Z         PASS [   0.005s] ( 563/1056) spt-live outbound::tests::non_authorable_types_are_ignored
2026-06-15T08:22:25.9197313Z         PASS [   0.005s] ( 564/1056) spt-live outbound::tests::malformed_and_chunk_lines_are_skipped
2026-06-15T08:22:25.9235220Z         PASS [   0.005s] ( 565/1056) spt-live outbound::tests::parses_reply_and_notify_in_order
2026-06-15T08:22:25.9247041Z         PASS [   0.005s] ( 566/1056) spt-live outbound::tests::spoofed_routing_attrs_are_unrepresentable
2026-06-15T08:22:25.9247894Z         PASS [   0.005s] ( 567/1056) spt-live outbound::tests::prose_only_yields_nothing
2026-06-15T08:22:25.9284763Z         PASS [   0.005s] ( 568/1056) spt-live psyche::tests::prompt_includes_time_and_event
2026-06-15T08:22:25.9294002Z         PASS [   0.005s] ( 569/1056) spt-live psyche::tests::prompt_without_event
2026-06-15T08:22:25.9329934Z         PASS [   0.089s] ( 570/1056) spt-live ingest::tests::stale_commune_suppressed_but_deleted
2026-06-15T08:22:25.9336009Z         PASS [   0.005s] ( 571/1056) spt-live pulse::tests::echo_gate_fires_exactly_once
2026-06-15T08:22:25.9382599Z         PASS [   0.005s] ( 572/1056) spt-live pulse::tests::tick_reports_idle
2026-06-15T08:22:25.9512431Z         PASS [   0.026s] ( 573/1056) spt-live psyche::tests::spawn_binds_nested_perch_and_sets_guard
2026-06-15T08:22:25.9724290Z         PASS [   0.306s] ( 574/1056) spt-live history::tests::fetcher_timeout_errors
2026-06-15T08:22:26.0274452Z         PASS [   0.089s] ( 575/1056) spt-live reconcile::tests::no_conflict_is_a_noop
2026-06-15T08:22:26.0534319Z         PASS [   0.026s] ( 576/1056) spt-live resume::tests::continue_existing_resumes_session
2026-06-15T08:22:26.0606209Z         PASS [   0.131s] ( 577/1056) spt-live pulse::tests::tick_ingests_drops
2026-06-15T08:22:26.0862209Z         PASS [   0.152s] ( 578/1056) spt-live reconcile::tests::failed_turn_preserves_everything
2026-06-15T08:22:26.1119863Z         PASS [   0.026s] ( 579/1056) spt-live resume::tests::fresh_with_preload_launches_preloaded
2026-06-15T08:22:26.1167682Z         PASS [   0.005s] ( 580/1056) spt-live resume::tests::missing_key_errors_before_spawn
2026-06-15T08:22:26.1241090Z         PASS [   0.246s] ( 581/1056) spt-live ingest::tests::two_slice_drop_routes_per_tier
2026-06-15T08:22:26.1252915Z         PASS [   0.153s] ( 582/1056) spt-live reconcile::tests::suppressed_write_preserves_artifacts
2026-06-15T08:22:26.1290652Z         PASS [   0.005s] ( 583/1056) spt-live signoff::tests::echo_precedes_signoff_compose
2026-06-15T08:22:26.1303516Z         PASS [   0.005s] ( 584/1056) spt-live signoff::tests::missing_session_skips_echo
2026-06-15T08:22:26.1334443Z         PASS [   0.004s] ( 585/1056) spt-live signoff::tests::recovered_self_is_not_signed_off
2026-06-15T08:22:26.1353388Z         PASS [   0.005s] ( 586/1056) spt-live signoff::tests::stale_signoff_swept
2026-06-15T08:22:26.1511398Z         PASS [   3.186s] ( 587/1056) spt-daemon::presence presence_history_replays_from_zero_for_a_late_subscriber
2026-06-15T08:22:26.1589111Z         PASS [   0.026s] ( 588/1056) spt-live turn::tests::empty_stdout_is_an_error
2026-06-15T08:22:26.1611165Z         PASS [   0.026s] ( 589/1056) spt-live turn::tests::turn_captures_stdout
2026-06-15T08:22:26.1634819Z         PASS [   0.005s] ( 590/1056) spt-msg deliver::tests::deferred_send_validates
2026-06-15T08:22:26.1670090Z         PASS [   0.216s] ( 591/1056) spt-live reconcile::tests::reconcile_merges_and_clears
2026-06-15T08:22:26.1760688Z         PASS [   0.025s] ( 592/1056) spt-msg deliver::tests::deferred_send_skips_stream_drain_survives_for_hook
2026-06-15T08:22:26.1860450Z         PASS [   0.025s] ( 593/1056) spt-msg deliver::tests::offline_existing_perch_spools
2026-06-15T08:22:26.1909402Z         PASS [   0.005s] ( 594/1056) spt-msg emit::tests::anonymous_frame_still_enveloped
2026-06-15T08:22:26.1917197Z         PASS [   0.028s] ( 595/1056) spt-msg deliver::tests::online_delivers_via_tcp_without_spooling
2026-06-15T08:22:26.1933162Z         PASS [   0.026s] ( 596/1056) spt-msg deliver::tests::recycled_pid_address_does_not_misdeliver
2026-06-15T08:22:26.1956274Z         PASS [   0.142s] ( 597/1056) spt-live resume::tests::download_composes_two_tiers
2026-06-15T08:22:26.1963907Z         PASS [   0.005s] ( 598/1056) spt-msg emit::tests::frame_renders_msg_envelope
2026-06-15T08:22:26.1964999Z         PASS [   0.005s] ( 599/1056) spt-msg emit::tests::multiline_body_escapes_and_round_trips
2026-06-15T08:22:26.1966023Z         PASS [   0.020s] ( 600/1056) spt-msg deliver::tests::send_outcome_mapping
2026-06-15T08:22:26.1986156Z         PASS [   0.005s] ( 601/1056) spt-msg emit::tests::oversized_line_chunks_into_event_parts
2026-06-15T08:22:26.2007145Z         PASS [   0.005s] ( 602/1056) spt-msg emit::tests::parse_frame_shapes
2026-06-15T08:22:26.2031169Z         PASS [   0.005s] ( 603/1056) spt-msg emit::tests::typed_envelope_body_passes_through_verbatim
2026-06-15T08:22:26.2032175Z         PASS [   0.005s] ( 604/1056) spt-msg emit::tests::user_msg_envelope_renders_verbatim_on_the_stream
2026-06-15T08:22:26.2077721Z         PASS [   3.168s] ( 605/1056) spt-daemon::presence presence_survives_brain_restart_with_cursor_resume
2026-06-15T08:22:26.2184940Z         PASS [   0.022s] ( 606/1056) spt-msg listener::tests::bind_registers_and_round_trips
2026-06-15T08:22:26.2220349Z         PASS [   0.019s] ( 607/1056) spt-msg listener::tests::drop_unregisters_address
2026-06-15T08:22:26.2458331Z         PASS [   0.044s] ( 608/1056) spt-msg ready::tests::backlog_drains_on_start
2026-06-15T08:22:26.2474163Z         PASS [   0.027s] ( 609/1056) spt-msg ready::tests::start_registers_resolvable_perch
2026-06-15T08:22:26.2491266Z         PASS [   0.050s] ( 610/1056) spt-msg listener::tests::blocking_accepts_within_window
2026-06-15T08:22:26.2514798Z         PASS [   0.033s] ( 611/1056) spt-msg ready::tests::soft_cleanup_preserves_spool_and_info
2026-06-15T08:22:26.2519802Z         PASS [   0.005s] ( 612/1056) spt-msg ring::tests::ring_no_perch
2026-06-15T08:22:26.2570352Z         PASS [   0.005s] ( 613/1056) spt-msg wire::tests::format_empty_from_is_anonymous
2026-06-15T08:22:26.2571339Z         PASS [   0.196s] ( 614/1056) spt-live resume::tests::download_renders_role_first_then_live_then_project
2026-06-15T08:22:26.2611573Z         PASS [   0.004s] ( 615/1056) spt-msg wire::tests::format_with_from_prepends_reply_to
2026-06-15T08:22:26.2619855Z         PASS [   0.005s] ( 616/1056) spt-msg wire::tests::frame_round_trips_over_loopback
2026-06-15T08:22:26.2654217Z         PASS [   0.004s] ( 617/1056) spt-msg wire::tests::oversized_length_prefix_rejected
2026-06-15T08:22:26.2738300Z         PASS [   0.066s] ( 618/1056) spt-msg ready::tests::recv_gets_live_tcp_message
2026-06-15T08:22:26.2819904Z         PASS [   0.034s] ( 619/1056) spt-msg ring::tests::ring_offline_target_queues_and_cleans_up
2026-06-15T08:22:26.2861456Z         PASS [   0.040s] ( 620/1056) spt-msg ring::tests::ring_gets_reply_and_cleans_up
2026-06-15T08:22:26.2891907Z         PASS [   0.015s] ( 621/1056) spt-net net::attach::tests::attach_intents_round_trip
2026-06-15T08:22:26.2900444Z         PASS [   0.008s] ( 622/1056) spt-net net::attach::tests::kick_take_and_displaced_round_trip
2026-06-15T08:22:26.2943905Z         PASS [   0.008s] ( 623/1056) spt-net net::attach::tests::record_split_across_chunks_reassembles
2026-06-15T08:22:26.2967239Z         PASS [   0.007s] ( 624/1056) spt-net net::attach::tests::request_without_intent_defaults_to_control
2026-06-15T08:22:26.2977523Z         PASS [   0.009s] ( 625/1056) spt-net net::attach::tests::records_round_trip_and_unknown_kind_is_skipped
2026-06-15T08:22:26.3058865Z         PASS [   0.009s] ( 626/1056) spt-net net::endpoint::tests::keep_alive_is_under_idle_timeout
2026-06-15T08:22:26.3144620Z         PASS [   0.008s] ( 627/1056) spt-net net::mesh::seedproof::tests::cross_connection_replay_fails
2026-06-15T08:22:26.3216401Z         PASS [   0.007s] ( 628/1056) spt-net net::mesh::seedproof::tests::forged_proof_fails
2026-06-15T08:22:26.3220899Z         PASS [   0.060s] ( 629/1056) spt-msg::killer_quickstart offline_then_online_delivers_backlog
2026-06-15T08:22:26.3240879Z         PASS [   0.123s] ( 630/1056) spt-msg listener::tests::blocking_times_out_when_idle
2026-06-15T08:22:26.3279998Z         PASS [   0.006s] ( 631/1056) spt-net net::mesh::seedproof::tests::frame_codec_round_trips_and_rejects_garbage
2026-06-15T08:22:26.3306432Z         PASS [   0.008s] ( 632/1056) spt-net net::mesh::seedproof::tests::hello_frame_round_trips_and_rejects_malformed
2026-06-15T08:22:26.3320378Z         PASS [   0.008s] ( 633/1056) spt-net net::mesh::seedproof::tests::mk_derivation_is_deterministic_and_input_sensitive
2026-06-15T08:22:26.3350417Z         PASS [   0.007s] ( 634/1056) spt-net net::mesh::seedproof::tests::mutual_requires_both_sides
2026-06-15T08:22:26.3386454Z         PASS [   0.008s] ( 635/1056) spt-net net::mesh::seedproof::tests::proofset_frame_round_trips_and_rejects_malformed
2026-06-15T08:22:26.3404440Z         PASS [   0.008s] ( 636/1056) spt-net net::mesh::seedproof::tests::valid_proof_verifies_and_roles_differ
2026-06-15T08:22:26.3417376Z         PASS [   0.076s] ( 637/1056) spt-msg::killer_quickstart two_agents_exchange_message_tcp_and_spool
2026-06-15T08:22:26.3424014Z         PASS [   0.007s] ( 638/1056) spt-net net::mesh::seedproof::tests::wrong_epoch_fails
2026-06-15T08:22:26.3476490Z         PASS [   0.007s] ( 639/1056) spt-net net::notif::tests::forged_origin_field_is_inert
2026-06-15T08:22:26.3477524Z         PASS [   0.009s] ( 640/1056) spt-net net::mesh::seedproof::tests::wrong_subnet_fails
2026-06-15T08:22:26.3481576Z         PASS [   0.006s] ( 641/1056) spt-net net::notif::tests::record_round_trips_and_unknown_kind_is_skipped
2026-06-15T08:22:26.3501098Z         PASS [   0.008s] ( 642/1056) spt-net net::notif::tests::record_split_across_chunks_reassembles
2026-06-15T08:22:26.3558669Z         PASS [   0.007s] ( 643/1056) spt-net net::pairing::meet::tests::key_seed_is_not_the_token
2026-06-15T08:22:26.3566807Z         PASS [   0.008s] ( 644/1056) spt-net net::pairing::meet::tests::derived_identity_is_deterministic_and_input_bound
2026-06-15T08:22:26.3593014Z         PASS [   0.065s] ( 645/1056) spt-net net::endpoint::tests::endpoint_id_binds_to_identity
2026-06-15T08:22:26.3607569Z         PASS [   0.011s] ( 646/1056) spt-net net::pairing::meet::tests::skewed_window_contains_the_listener_id
2026-06-15T08:22:26.3626870Z         PASS [   0.008s] ( 647/1056) spt-net net::pairing::ntp::tests::offset_applies_signed_and_saturates
2026-06-15T08:22:26.3631570Z         PASS [   0.007s] ( 648/1056) spt-net net::pairing::ntp::tests::parse_rejects_short_and_zeroed_replies
2026-06-15T08:22:26.3678832Z         PASS [   0.008s] ( 649/1056) spt-net net::pairing::ntp::tests::sntp_query_reads_the_transmit_timestamp
2026-06-15T08:22:26.3700768Z         PASS [   0.007s] ( 650/1056) spt-net net::pairing::ratelimit::tests::backoff_curve_doubles_then_caps
2026-06-15T08:22:26.3701894Z         PASS [   0.007s] ( 651/1056) spt-net net::pairing::ratelimit::tests::abandoned_ceremony_is_reclaimed_and_charged
2026-06-15T08:22:26.3768144Z         PASS [   0.009s] ( 652/1056) spt-net net::pairing::ratelimit::tests::backoff_is_per_subnet
2026-06-15T08:22:26.3777169Z         PASS [   0.008s] ( 653/1056) spt-net net::pairing::ratelimit::tests::first_ceremony_is_free_and_success_resets
2026-06-15T08:22:26.3778242Z         PASS [   0.008s] ( 654/1056) spt-net net::pairing::ratelimit::tests::failures_impose_exponential_backoff
2026-06-15T08:22:26.3846019Z         PASS [   0.007s] ( 655/1056) spt-net net::pairing::ratelimit::tests::one_active_ceremony_per_subnet
2026-06-15T08:22:26.3847322Z         PASS [   0.007s] ( 656/1056) spt-net net::pairing::rendezvous::tests::distinct_same_length_names_diverge
2026-06-15T08:22:26.3853085Z         PASS [   0.007s] ( 657/1056) spt-net net::pairing::ratelimit::tests::success_clears_accumulated_backoff
2026-06-15T08:22:26.3853972Z         PASS [   0.269s] ( 658/1056) spt-live signoff::tests::boundary_writes_resume_commune
2026-06-15T08:22:26.3930157Z         PASS [   0.008s] ( 659/1056) spt-net net::pairing::rendezvous::tests::token_is_deterministic
2026-06-15T08:22:26.3931336Z         PASS [   0.009s] ( 660/1056) spt-net net::pairing::rendezvous::tests::length_prefix_prevents_boundary_collision
2026-06-15T08:22:26.3932400Z         PASS [   0.008s] ( 661/1056) spt-net net::pairing::rendezvous::tests::window_is_three_adjacent_tokens
2026-06-15T08:22:26.3933410Z         PASS [   0.008s] ( 662/1056) spt-net net::pairing::rendezvous::tests::token_varies_with_name_and_step
2026-06-15T08:22:26.4122205Z         PASS [   0.114s] ( 663/1056) spt-net net::endpoint::tests::two_endpoints_loopback_echo
2026-06-15T08:22:26.4443526Z         PASS [   0.051s] ( 664/1056) spt-net net::pairing::spake::tests::reflected_role_is_rejected_by_pake
2026-06-15T08:22:26.4642429Z         PASS [   0.116s] ( 665/1056) spt-net net::pairing::meet::tests::meet_redirects_joiner_to_the_real_pairing_endpoint
2026-06-15T08:22:26.4829150Z         PASS [   0.090s] ( 666/1056) spt-net net::pairing::spake::tests::stale_step_fails
2026-06-15T08:22:26.4855454Z         PASS [   0.092s] ( 667/1056) spt-net net::pairing::spake::tests::stale_epoch_fails
2026-06-15T08:22:26.4923960Z         PASS [   0.099s] ( 668/1056) spt-net net::pairing::spake::tests::matching_code_pairs_and_agrees_on_key
2026-06-15T08:22:26.4934700Z         PASS [   0.008s] ( 669/1056) spt-net net::pairing::totp::tests::code_at_is_six_zero_padded_digits
2026-06-15T08:22:26.5003038Z         PASS [   0.008s] ( 670/1056) spt-net net::pairing::totp::tests::debug_redacts_seed
2026-06-15T08:22:26.5004675Z         PASS [   0.007s] ( 671/1056) spt-net net::pairing::totp::tests::generated_seeds_are_distinct
2026-06-15T08:22:26.5029807Z         PASS [   0.091s] ( 672/1056) spt-net net::pairing::spake::tests::substituted_pubkey_fails
2026-06-15T08:22:26.5080555Z         PASS [   0.008s] ( 673/1056) spt-net net::pairing::totp::tests::matches_rfc6238_appendix_b_vectors
2026-06-15T08:22:26.5081927Z         PASS [   0.007s] ( 674/1056) spt-net net::pairing::totp::tests::otpauth_uri_is_well_formed_and_encoded
2026-06-15T08:22:26.5105824Z         PASS [   0.008s] ( 675/1056) spt-net net::pairing::totp::tests::seed_round_trips_through_base32
2026-06-15T08:22:26.5154442Z         PASS [   0.007s] ( 676/1056) spt-net net::pairing::totp::tests::window_accepts_plus_minus_one_only
2026-06-15T08:22:26.5155209Z         PASS [   0.007s] ( 677/1056) spt-net net::pairing::totp::tests::time_step_is_floor_unix_over_period
2026-06-15T08:22:26.5191528Z         PASS [   0.008s] ( 678/1056) spt-net net::pairing::transcript::tests::diverged_shared_secret_fails_verification
2026-06-15T08:22:26.5235884Z         PASS [   0.008s] ( 679/1056) spt-net net::pairing::transcript::tests::length_prefixing_prevents_boundary_collision
2026-06-15T08:22:26.5237212Z         PASS [   0.008s] ( 680/1056) spt-net net::pairing::transcript::tests::each_bound_field_changes_the_tag
2026-06-15T08:22:26.5269856Z         PASS [   0.008s] ( 681/1056) spt-net net::pairing::transcript::tests::matching_tag_verifies_and_roles_differ
2026-06-15T08:22:26.5300302Z         PASS [   0.007s] ( 682/1056) spt-net net::pairing::transcript::tests::message_order_is_bound
2026-06-15T08:22:26.5313068Z         PASS [   0.008s] ( 683/1056) spt-net net::pairing::transcript::tests::pake_identity_binds_role_and_context
2026-06-15T08:22:26.5340170Z         PASS [   0.090s] ( 684/1056) spt-net net::pairing::spake::tests::tampered_tag_fails
2026-06-15T08:22:26.5392942Z         PASS [   0.008s] ( 685/1056) spt-net net::pairing::wire::tests::frame_codec_round_trips_and_rejects_garbage
2026-06-15T08:22:26.5416182Z         PASS [   0.008s] ( 686/1056) spt-net net::pairing::wire::tests::hello_intro_is_additive_and_roundtrips
2026-06-15T08:22:26.5537489Z         PASS [   0.302s] ( 687/1056) spt-msg ring::tests::ring_timeout_cleans_up
2026-06-15T08:22:26.5538437Z         PASS [   0.089s] ( 688/1056) spt-net net::pairing::spake::tests::wrong_code_fails_at_confirmation_not_spake
2026-06-15T08:22:26.5634962Z         PASS [   0.009s] ( 689/1056) spt-net net::pairing::wire::tests::seed_frame_roster_is_additive_and_roundtrips
2026-06-15T08:22:26.5730415Z         PASS [   0.090s] ( 690/1056) spt-net net::pairing::spake::tests::wrong_subnet_fails
2026-06-15T08:22:26.5990937Z         PASS [   0.072s] ( 691/1056) spt-net net::pairing::wire::tests::busy_subnet_refuses_ceremony
2026-06-15T08:22:26.6077931Z         PASS [   0.008s] ( 692/1056) spt-net net::registry::tests::advertise_if_visible_gates_before_join
2026-06-15T08:22:26.6158670Z         PASS [   0.008s] ( 693/1056) spt-net net::registry::tests::distinct_nodes_are_separate_instances
2026-06-15T08:22:26.6240159Z         PASS [   0.008s] ( 694/1056) spt-net net::registry::tests::equal_epoch_replay_is_stale_noop
2026-06-15T08:22:26.6321520Z         PASS [   0.078s] ( 695/1056) spt-net net::pairing::wire::tests::stale_step_is_rejected
2026-06-15T08:22:26.6325187Z         PASS [   0.008s] ( 696/1056) spt-net net::registry::tests::evicting_dead_node_clears_phantom_ambiguity
2026-06-15T08:22:26.6353143Z         PASS [   0.072s] ( 697/1056) spt-net net::pairing::wire::tests::unknown_subnet_is_rejected
2026-06-15T08:22:26.6403853Z         PASS [   0.008s] ( 698/1056) spt-net net::registry::tests::excluded_endpoint_is_not_routable_even_via_node_pin
2026-06-15T08:22:26.6407818Z         PASS [   0.008s] ( 699/1056) spt-net net::registry::tests::exclusion_prunes_cross_subnet_ambiguity
2026-06-15T08:22:26.6432971Z         PASS [   0.008s] ( 700/1056) spt-net net::registry::tests::join_collides_even_with_offline_holder
2026-06-15T08:22:26.6491155Z         PASS [   0.008s] ( 701/1056) spt-net net::registry::tests::join_colliding_id_on_other_node_refuses_untouched
2026-06-15T08:22:26.6495909Z         PASS [   0.008s] ( 702/1056) spt-net net::registry::tests::join_fresh_id_is_inserted
2026-06-15T08:22:26.6516638Z         PASS [   0.008s] ( 703/1056) spt-net net::registry::tests::join_same_name_in_different_subnet_is_legal
2026-06-15T08:22:26.6564893Z         PASS [   0.007s] ( 704/1056) spt-net net::registry::tests::join_same_node_falls_through_to_lease
2026-06-15T08:22:26.6567389Z         PASS [   0.007s] ( 705/1056) spt-net net::registry::tests::newer_epoch_supersedes_same_node
2026-06-15T08:22:26.6601725Z         PASS [   0.008s] ( 706/1056) spt-net net::registry::tests::node_label_rides_the_lease_and_serde
2026-06-15T08:22:26.6648847Z         PASS [   0.008s] ( 707/1056) spt-net net::registry::tests::node_level_label_lease_persist_prune_and_serde
2026-06-15T08:22:26.6650153Z         PASS [   0.008s] ( 708/1056) spt-net net::registry::tests::node_qualifier_accepts_label_and_prefix_refuses_shared
2026-06-15T08:22:26.6682647Z         PASS [   0.008s] ( 709/1056) spt-net net::registry::tests::presence_datum_rides_the_lease_and_serde
2026-06-15T08:22:26.6727218Z         PASS [   0.312s] ( 710/1056) spt-net net::pairing::ntp::tests::unreachable_server_falls_back
2026-06-15T08:22:26.6728627Z         PASS [   0.008s] ( 711/1056) spt-net net::registry::tests::registry_serde_roundtrips
2026-06-15T08:22:26.6759136Z         PASS [   0.011s] ( 712/1056) spt-net net::registry::tests::rename_collision_refuses_whole_ripple
2026-06-15T08:22:26.6763561Z         PASS [   0.008s] ( 713/1056) spt-net net::registry::tests::rename_ripples_rows_across_advertised_subnets
2026-06-15T08:22:26.6809685Z         PASS [   0.008s] ( 714/1056) spt-net net::registry::tests::resolve_across_subnet_qualified_routes_there
2026-06-15T08:22:26.6811107Z         PASS [   0.008s] ( 715/1056) spt-net net::registry::tests::resolve_across_bare_id_in_two_subnets_refuses
2026-06-15T08:22:26.6853428Z         PASS [   0.009s] ( 716/1056) spt-net net::registry::tests::resolve_multiple_live_nodes_refuses
2026-06-15T08:22:26.6854691Z         PASS [   0.009s] ( 717/1056) spt-net net::registry::tests::resolve_across_unique_id_resolves
2026-06-15T08:22:26.6884756Z         PASS [   0.158s] ( 718/1056) spt-net net::pairing::wire::tests::create_new_then_join_learns_named_subnet
2026-06-15T08:22:26.6889072Z         PASS [   0.149s] ( 719/1056) spt-net net::pairing::wire::tests::loopback_pairs_and_transfers_seed_and_roster
2026-06-15T08:22:26.6901777Z         PASS [   0.009s] ( 720/1056) spt-net net::registry::tests::resolve_prefers_local_instance
2026-06-15T08:22:26.6924292Z         PASS [   0.011s] ( 721/1056) spt-net net::registry::tests::resolve_node_qualifier_pins_and_offline_is_not_found
2026-06-15T08:22:26.6934198Z         PASS [   0.008s] ( 722/1056) spt-net net::registry::tests::resolve_sole_live_remote_and_skips_offline
2026-06-15T08:22:26.6953930Z         PASS [   0.010s] ( 723/1056) spt-net net::registry::tests::resource_blurb_rides_the_lease_and_serde
2026-06-15T08:22:26.6969995Z         PASS [   0.008s] ( 724/1056) spt-net net::registry::tests::stale_active_cannot_clobber_newer_offline
2026-06-15T08:22:26.6972059Z         PASS [   0.009s] ( 725/1056) spt-net net::registry::tests::resource_projection_filters_hidden_and_offline
2026-06-15T08:22:26.7000321Z         PASS [   0.009s] ( 726/1056) spt-net net::registry::tests::suspended_is_addressable_and_roundtrips
2026-06-15T08:22:26.7014995Z         PASS [   0.160s] ( 727/1056) spt-net net::pairing::wire::tests::repair_member_keeps_seed
2026-06-15T08:22:26.7021962Z         PASS [   0.009s] ( 728/1056) spt-net net::replicate::tests::apply_routes_by_subnet_and_drops_non_member
2026-06-15T08:22:26.7023264Z         PASS [   0.008s] ( 729/1056) spt-net net::replicate::tests::decoder_survives_chunk_splits_and_corrupt_lines
2026-06-15T08:22:26.7045684Z         PASS [   0.009s] ( 730/1056) spt-net net::replicate::tests::feed_carries_instances_and_node_labels_wire_compat
2026-06-15T08:22:26.7049897Z         PASS [   0.008s] ( 731/1056) spt-net net::replicate::tests::update_round_trips_and_tolerates_unknown_field
2026-06-15T08:22:26.7051223Z         PASS [   0.009s] ( 732/1056) spt-net net::replicate::tests::stale_wire_update_cannot_clobber_newer_state
2026-06-15T08:22:26.7088006Z         PASS [   0.010s] ( 733/1056) spt-net net::rest::tests::records_round_trip_and_degrade
2026-06-15T08:22:26.7097789Z         PASS [   0.008s] ( 734/1056) spt-net net::sync::tests::forged_origin_field_is_inert
2026-06-15T08:22:26.7099162Z         PASS [   0.008s] ( 735/1056) spt-net net::serveprobe::tests::records_round_trip_and_degrade
2026-06-15T08:22:26.7106337Z         PASS [   0.009s] ( 736/1056) spt-net net::shelllink::tests::records_round_trip_and_degrade
2026-06-15T08:22:26.7137011Z         PASS [   0.009s] ( 737/1056) spt-net net::sync::tests::record_split_across_chunks_reassembles
2026-06-15T08:22:26.7137998Z         PASS [   0.008s] ( 738/1056) spt-net net::update::tests::forged_origin_field_is_inert
2026-06-15T08:22:26.7140496Z         PASS [   0.009s] ( 739/1056) spt-net net::sync::tests::records_round_trip_and_unknown_kind_is_skipped
2026-06-15T08:22:26.7186425Z         PASS [   0.008s] ( 740/1056) spt-net net::wanmsg::tests::message_round_trips_and_tolerates_unknown_field
2026-06-15T08:22:26.7188500Z         PASS [   0.008s] ( 741/1056) spt-net net::wanmsg::tests::forged_origin_field_is_inert
2026-06-15T08:22:26.7216984Z         PASS [   0.008s] ( 742/1056) spt-net net::xfer::tests::forged_origin_field_is_inert
2026-06-15T08:22:26.7218072Z         PASS [   0.008s] ( 743/1056) spt-net net::wanmsg::tests::route_splits_local_and_remote_and_passes_refusals
2026-06-15T08:22:26.7250841Z         PASS [   0.014s] ( 744/1056) spt-net net::update::tests::records_round_trip_and_unknown_kind_is_skipped
2026-06-15T08:22:26.7252185Z         PASS [   0.015s] ( 745/1056) spt-net net::update::tests::record_split_across_chunks_reassembles
2026-06-15T08:22:26.7253412Z         PASS [   0.010s] ( 746/1056) spt-net net::xfer::tests::record_split_across_chunks_reassembles
2026-06-15T08:22:26.7254666Z         PASS [   0.007s] ( 747/1056) spt-proto addr::tests::display_round_trips
2026-06-15T08:22:26.7275610Z         PASS [   0.006s] ( 748/1056) spt-proto addr::tests::rejects_doubled_delimiters
2026-06-15T08:22:26.7276987Z         PASS [   0.009s] ( 749/1056) spt-net net::xfer::tests::records_round_trip_and_unknown_kind_is_skipped
2026-06-15T08:22:26.7301314Z         PASS [   0.007s] ( 750/1056) spt-proto addr::tests::parses_every_qualifier_combination
2026-06-15T08:22:26.7325553Z         PASS [   0.005s] ( 751/1056) spt-proto chunk::tests::malformed_parts_return_none
2026-06-15T08:22:26.7336891Z         PASS [   0.005s] ( 752/1056) spt-proto chunk::tests::missing_middle_part_is_dropped
2026-06-15T08:22:26.7337936Z         PASS [   0.006s] ( 753/1056) spt-proto chunk::tests::orphan_group_without_head_is_dropped
2026-06-15T08:22:26.7338752Z         PASS [   0.009s] ( 754/1056) spt-proto addr::tests::rejects_empty_or_bad_components
2026-06-15T08:22:26.7371247Z         PASS [   0.005s] ( 755/1056) spt-proto chunk::tests::short_line_passes_through_unchunked
2026-06-15T08:22:26.7393826Z         PASS [   0.006s] ( 756/1056) spt-proto chunk::tests::reassemble_stream_handles_mixed_traffic
2026-06-15T08:22:26.7395028Z         PASS [   0.007s] ( 757/1056) spt-proto chunk::tests::oversized_line_splits_and_each_part_is_well_formed_and_bounded
2026-06-15T08:22:26.7396201Z         PASS [   0.006s] ( 758/1056) spt-proto endpoint::tests::agent_vs_shell_split
2026-06-15T08:22:26.7397060Z         PASS [   0.005s] ( 759/1056) spt-proto endpoint::tests::broker_and_node_families
2026-06-15T08:22:26.7422126Z         PASS [   0.007s] ( 760/1056) spt-proto endpoint::tests::unknown_tag_tolerated_and_preserved
2026-06-15T08:22:26.7423290Z         PASS [   0.007s] ( 761/1056) spt-proto endpoint::tests::day_one_tags_round_trip
2026-06-15T08:22:26.7424516Z         PASS [   0.168s] ( 762/1056) spt-net net::pairing::wire::tests::wrong_code_fails_and_records_no_membership
2026-06-15T08:22:26.7426060Z         PASS [   0.007s] ( 763/1056) spt-proto endpoint::tests::shell_kind_round_trips
2026-06-15T08:22:26.7427139Z         PASS [   0.007s] ( 764/1056) spt-proto envelope::tests::body_escape_is_cr_linesafe
2026-06-15T08:22:26.7428373Z         PASS [   0.005s] ( 765/1056) spt-proto envelope::tests::decode_is_amp_last_so_literal_entities_do_not_double_decode
2026-06-15T08:22:26.7434603Z         PASS [   0.007s] ( 766/1056) spt-proto envelope::tests::body_escape_unescape_round_trips_html_and_newlines
2026-06-15T08:22:26.7463726Z         PASS [   0.005s] ( 767/1056) spt-proto envelope::tests::parser_both_tags_present
2026-06-15T08:22:26.7467198Z         PASS [   0.006s] ( 768/1056) spt-proto envelope::tests::from_attr_returns_none_on_garbage_or_empty
2026-06-15T08:22:26.7470562Z         PASS [   0.006s] ( 769/1056) spt-proto envelope::tests::parser_empty_body_is_some_empty_and_nested_tags_preserved
2026-06-15T08:22:26.7472057Z         PASS [   0.006s] ( 770/1056) spt-proto envelope::tests::from_attr_unescape_is_amp_last
2026-06-15T08:22:26.7477125Z         PASS [   0.006s] ( 771/1056) spt-proto envelope::tests::parser_no_tags_falls_back_whole_payload_to_live
2026-06-15T08:22:26.7487442Z         PASS [   0.005s] ( 772/1056) spt-proto envelope::tests::parser_unclosed_live_tag_does_not_scoop_project
2026-06-15T08:22:26.7498452Z         PASS [   0.008s] ( 773/1056) spt-proto envelope::tests::parser_out_of_order_tags_both_extracted
2026-06-15T08:22:26.7532062Z         PASS [   0.006s] ( 774/1056) spt-proto event::tests::attr_order_preserved
2026-06-15T08:22:26.7533909Z         PASS [   0.006s] ( 775/1056) spt-proto event::tests::alarm_event_round_trips
2026-06-15T08:22:26.7538080Z         PASS [   0.006s] ( 776/1056) spt-proto event::tests::empty_body_envelope_parses
2026-06-15T08:22:26.7544254Z         PASS [   0.005s] ( 777/1056) spt-proto event::tests::malformed_inputs_return_none_without_panic
2026-06-15T08:22:26.7548698Z         PASS [   0.008s] ( 778/1056) spt-proto event::tests::body_with_literal_event_tokens_round_trips
2026-06-15T08:22:26.7565750Z         PASS [   0.010s] ( 779/1056) spt-proto event::tests::attr_decode_is_amp_last
2026-06-15T08:22:26.7579360Z         PASS [   0.006s] ( 780/1056) spt-proto event::tests::msg_event_round_trips
2026-06-15T08:22:26.7593320Z         PASS [   0.005s] ( 781/1056) spt-proto event::tests::typed_predicate_rejects_partials
2026-06-15T08:22:26.7603861Z         PASS [   0.006s] ( 782/1056) spt-proto event::tests::typed_envelope_detected_and_parsed
2026-06-15T08:22:26.7605180Z         PASS [   0.007s] ( 783/1056) spt-proto event::tests::psyche_authorable_types_are_reply_and_notify_only
2026-06-15T08:22:26.7606472Z         PASS [   0.005s] ( 784/1056) spt-proto event::tests::user_msg_envelope_is_n_minus_one_tolerant
2026-06-15T08:22:26.7615346Z         PASS [   0.007s] ( 785/1056) spt-proto event::tests::user_msg_event_round_trips
2026-06-15T08:22:26.7620379Z         PASS [   0.005s] ( 786/1056) spt-proto event::tests::user_msg_identity_gate_truth_table
2026-06-15T08:22:26.7654675Z         PASS [   0.006s] ( 787/1056) spt-proto event::tests::user_msg_gate_is_not_payload_trusted
2026-06-15T08:22:26.7655727Z         PASS [   0.006s] ( 788/1056) spt-proto id::tests::accepts_plain_and_composite_ids
2026-06-15T08:22:26.7662424Z         PASS [   0.007s] ( 789/1056) spt-proto id::tests::rejects_empty_and_overlong
2026-06-15T08:22:26.7666373Z         PASS [   0.006s] ( 790/1056) spt-proto id::tests::rejects_path_whitespace_and_control
2026-06-15T08:22:26.7676890Z         PASS [   0.008s] ( 791/1056) spt-proto id::tests::accepts_japanese_scripts
2026-06-15T08:22:26.7679440Z         PASS [   0.006s] ( 792/1056) spt-proto id::tests::reports_bad_char_position
2026-06-15T08:22:26.7730249Z         PASS [   0.007s] ( 793/1056) spt-proto identity::tests::bad_inputs_error_without_panic
2026-06-15T08:22:26.7747028Z         PASS [   0.008s] ( 794/1056) spt-proto id::tests::reserves_address_delimiters
2026-06-15T08:22:26.7782235Z         PASS [   0.042s] ( 795/1056) spt-proto chunk::tests::split_then_reassemble_is_byte_identity
2026-06-15T08:22:26.7789770Z         PASS [   0.006s] ( 796/1056) spt-proto identity::tests::public_key_hex_round_trips
2026-06-15T08:22:26.7790405Z         PASS [   0.006s] ( 797/1056) spt-proto payload::tests::binary_blob_round_trips_all_byte_values
2026-06-15T08:22:26.7791124Z         PASS [   0.007s] ( 798/1056) spt-proto payload::tests::base64_known_vectors
2026-06-15T08:22:26.7791889Z         PASS [   0.005s] ( 799/1056) spt-proto payload::tests::command_payload_round_trips
2026-06-15T08:22:26.7792694Z         PASS [   0.006s] ( 800/1056) spt-proto payload::tests::blob_padding_lengths_round_trip
2026-06-15T08:22:26.7793492Z         PASS [   0.005s] ( 801/1056) spt-proto payload::tests::text_payload_round_trips
2026-06-15T08:22:26.7796693Z         PASS [   0.005s] ( 802/1056) spt-proto version::tests::current_version_self_compatible
2026-06-15T08:22:26.7801236Z         PASS [   0.007s] ( 803/1056) spt-proto payload::tests::unknown_or_malformed_decodes_to_none
2026-06-15T08:22:26.7804766Z         PASS [   0.005s] ( 804/1056) spt-proto version::tests::window_floor_saturates_at_zero
2026-06-15T08:22:26.7805653Z         PASS [   0.006s] ( 805/1056) spt-proto version::tests::n_minus_one_window_accepts_and_rejects
2026-06-15T08:22:26.7816359Z         PASS [   0.016s] ( 806/1056) spt-proto identity::tests::known_answer_fixed_seed_is_stable
2026-06-15T08:22:26.7976881Z         PASS [   0.018s] ( 807/1056) spt-runtime manifest::tests::fetcher_strategy_requires_fetcher_field
2026-06-15T08:22:26.7988614Z         PASS [   0.018s] ( 808/1056) spt-runtime manifest::tests::harness_kind_with_shell_section_fails_validation
2026-06-15T08:22:26.7993143Z         PASS [   0.020s] ( 809/1056) spt-runtime manifest::tests::digest_section_validation_errors
2026-06-15T08:22:26.7993971Z         PASS [   0.022s] ( 810/1056) spt-runtime manifest::tests::digest_section_source_resolution
2026-06-15T08:22:26.8040524Z         PASS [   0.020s] ( 811/1056) spt-runtime manifest::tests::harness_fixture_parses_all_sections
2026-06-15T08:22:26.8041910Z         PASS [   0.026s] ( 812/1056) spt-runtime manifest::tests::checked_in_schema_is_current
2026-06-15T08:22:26.8043824Z         PASS [   0.006s] ( 813/1056) spt-runtime manifest::tests::inject_env_without_value_fails_validation
2026-06-15T08:22:26.8061218Z         PASS [   0.007s] ( 814/1056) spt-runtime manifest::tests::profile_overlays_hints_wholesale
2026-06-15T08:22:26.8063141Z         PASS [   0.007s] ( 815/1056) spt-runtime manifest::tests::minimal_header_only_manifest_is_valid
2026-06-15T08:22:26.8081040Z         PASS [   0.006s] ( 816/1056) spt-runtime manifest::tests::shell_fixture_parses
2026-06-15T08:22:26.8093557Z         PASS [   0.008s] ( 817/1056) spt-runtime manifest::tests::round_trips_through_toml
2026-06-15T08:22:26.8122666Z         PASS [   0.006s] ( 818/1056) spt-runtime manifest::tests::syntactically_broken_toml_is_an_error_not_a_panic
2026-06-15T08:22:26.8141661Z         PASS [   0.010s] ( 819/1056) spt-runtime manifest::tests::shell_kind_without_shell_section_fails_validation
2026-06-15T08:22:26.8168847Z         PASS [   0.006s] ( 820/1056) spt-runtime manifest::tests::unknown_enum_variant_is_an_error_not_a_panic
2026-06-15T08:22:26.8170832Z         PASS [   0.008s] ( 821/1056) spt-runtime manifest::tests::shortcut_basename_optional_with_default
2026-06-15T08:22:26.8172073Z         PASS [   0.007s] ( 822/1056) spt-runtime manifest::tests::update_avenue_content_signing_fields
2026-06-15T08:22:26.8173093Z         PASS [   0.050s] ( 823/1056) spt-proto identity::tests::sign_verify_round_trip
2026-06-15T08:22:26.8214108Z         PASS [   0.038s] ( 824/1056) spt-runtime manifest::tests::hint_keyword_matching
2026-06-15T08:22:26.8214876Z         PASS [   0.021s] ( 825/1056) spt-runtime manifest::tests::manifest_schema_shape
2026-06-15T08:22:26.8215748Z         PASS [   0.007s] ( 826/1056) spt-runtime profile::tests::file_pointer_recognized_only_for_single_file_key_table
2026-06-15T08:22:26.8217001Z         PASS [   0.007s] ( 827/1056) spt-runtime profile::tests::profile_overlays_strings
2026-06-15T08:22:26.8218031Z         PASS [   0.007s] ( 828/1056) spt-runtime profile::tests::leaf_replace_contract
2026-06-15T08:22:26.8224304Z         PASS [   0.006s] ( 829/1056) spt-runtime profile::tests::resolve_shipped_profile_applies_overlay
2026-06-15T08:22:26.8247305Z         PASS [   0.006s] ( 830/1056) spt-runtime profile::tests::resolve_unknown_profile_errors
2026-06-15T08:22:26.8248367Z         PASS [   0.010s] ( 831/1056) spt-runtime profile::tests::deep_nested_leaf_replace
2026-06-15T08:22:26.8266441Z         PASS [   0.007s] ( 832/1056) spt-runtime profile::tests::split_option_first_colon
2026-06-15T08:22:26.8287509Z         PASS [   0.008s] ( 833/1056) spt-runtime profile::tests::tighten_only_allows_tightening
2026-06-15T08:22:26.8297968Z         PASS [   0.009s] ( 834/1056) spt-runtime profile::tests::string_dot_path_read_write
2026-06-15T08:22:26.8299905Z         PASS [   0.009s] ( 835/1056) spt-runtime profile::tests::tighten_only_refuses_loosened_over_cap
2026-06-15T08:22:26.8314200Z         PASS [   0.010s] ( 836/1056) spt-runtime profile::tests::tighten_only_refuses_loosened_require_approval
2026-06-15T08:22:26.8317548Z         PASS [   0.009s] ( 837/1056) spt-runtime registry::tests::create_local_profile_guards
2026-06-15T08:22:26.8318608Z         PASS [   0.009s] ( 838/1056) spt-runtime registry::tests::delete_local_profile_rules
2026-06-15T08:22:26.8322279Z         PASS [   0.010s] ( 839/1056) spt-runtime registry::tests::cross_adapter_fallback_target_resolves_adapter_and_profile
2026-06-15T08:22:26.8369303Z         PASS [   0.008s] ( 840/1056) spt-runtime registry::tests::invalid_manifest_records_nothing
2026-06-15T08:22:26.8411010Z         PASS [   0.011s] ( 841/1056) spt-runtime registry::tests::deregister_is_soft_and_readd_reactivates
2026-06-15T08:22:26.8412608Z         PASS [   0.010s] ( 842/1056) spt-runtime registry::tests::file_backed_string_reads_contents_lazily
2026-06-15T08:22:26.8416277Z         PASS [   0.008s] ( 843/1056) spt-runtime registry::tests::missing_string_file_skips_at_read_without_error
2026-06-15T08:22:26.8417511Z         PASS [   0.009s] ( 844/1056) spt-runtime registry::tests::resolve_option_bare_shipped_and_local
2026-06-15T08:22:26.8420426Z         PASS [   0.010s] ( 845/1056) spt-runtime registry::tests::local_profile_survives_readd
2026-06-15T08:22:26.8432188Z         PASS [   0.013s] ( 846/1056) spt-runtime registry::tests::local_profile_overrides_a_shipped_file_pointer
2026-06-15T08:22:26.8435828Z         PASS [   0.012s] ( 847/1056) spt-runtime registry::tests::register_copy_vs_pointer_by_avenue
2026-06-15T08:22:26.8456977Z         PASS [   0.008s] ( 848/1056) spt-runtime registry::tests::string_file_pointer_escaping_the_dir_is_refused_at_register
2026-06-15T08:22:26.8487683Z         PASS [   0.007s] ( 849/1056) spt-runtime runtime::tests::bounded_run_captures_success
2026-06-15T08:22:26.8489140Z         PASS [   0.010s] ( 850/1056) spt-runtime registry::tests::resolve_option_in_matches_disk
2026-06-15T08:22:26.8490321Z         PASS [   0.006s] ( 851/1056) spt-runtime runtime::tests::fills_known_placeholders
2026-06-15T08:22:26.8513549Z         PASS [   0.008s] ( 852/1056) spt-runtime runtime::tests::missing_key_errors_before_spawn
2026-06-15T08:22:26.8516736Z         PASS [   0.006s] ( 853/1056) spt-runtime runtime::tests::tokenize_honors_double_quotes
2026-06-15T08:22:26.8520892Z         PASS [   0.014s] ( 854/1056) spt-runtime registry::tests::strings_get_set_through_overlay
2026-06-15T08:22:26.8524905Z         PASS [   0.009s] ( 855/1056) spt-runtime runtime::tests::spawn_session_detached_returns_pid
2026-06-15T08:22:26.8540856Z         PASS [   0.006s] ( 856/1056) spt-runtime runtime::tests::unknown_role_errors
2026-06-15T08:22:26.8667554Z         PASS [   0.019s] ( 857/1056) spt-store access::tests::recent_outbound_correlates_within_window
2026-06-15T08:22:26.8693381Z         PASS [   0.022s] ( 858/1056) spt-store access::tests::allow_revoke_open_polarity
2026-06-15T08:22:26.8736766Z         PASS [   0.004s] ( 859/1056) spt-store atomic::tests::retry_absorbs_transient_then_succeeds
2026-06-15T08:22:26.8737578Z         PASS [   0.019s] ( 860/1056) spt-store atomic::tests::atomic_write_bytes_round_trips
2026-06-15T08:22:26.8743608Z         PASS [   0.022s] ( 861/1056) spt-store access::tests::users_reservation_decodes_inert
2026-06-15T08:22:26.8749364Z         PASS [   0.024s] ( 862/1056) spt-store access::tests::recent_outbound_is_bounded
2026-06-15T08:22:26.8761379Z         PASS [   0.009s] ( 863/1056) spt-store atomic::tests::atomic_write_creates_and_replaces
2026-06-15T08:22:26.8769140Z         PASS [   0.025s] ( 864/1056) spt-store access::tests::recent_outbound_persists
2026-06-15T08:22:26.8784417Z         PASS [   0.026s] ( 865/1056) spt-store access::tests::store_persists_and_degrades_open
2026-06-15T08:22:26.8790201Z         PASS [   0.005s] ( 866/1056) spt-store atomic::tests::retry_does_not_retry_non_transient
2026-06-15T08:22:26.8791872Z         PASS [   0.005s] ( 867/1056) spt-store atomic::tests::retry_gives_up_after_max_attempts
2026-06-15T08:22:26.8792988Z         PASS [   0.005s] ( 868/1056) spt-store atomic::tests::to_forward_slash_strips_unc_prefix
2026-06-15T08:22:26.8824391Z         PASS [   0.005s] ( 869/1056) spt-store attachment::tests::corrupt_file_degrades_to_attached
2026-06-15T08:22:26.8836825Z         PASS [   0.008s] ( 870/1056) spt-store attachment::tests::attached_default_flip_roundtrip
2026-06-15T08:22:26.8842283Z         PASS [   0.008s] ( 871/1056) spt-store attachment::tests::boot_reset_and_serving_filter
2026-06-15T08:22:26.8893919Z         PASS [   0.005s] ( 872/1056) spt-store contextmark::tests::join_bump_dominates_both_parents
2026-06-15T08:22:26.8938793Z         PASS [   0.004s] ( 873/1056) spt-store contextmark::tests::marker_round_trips_v1_and_v2
2026-06-15T08:22:26.8986415Z         PASS [   0.005s] ( 874/1056) spt-store contextmark::tests::merge_decisions
2026-06-15T08:22:26.9025498Z         PASS [   0.004s] ( 875/1056) spt-store contextmark::tests::vector_compare_covers_all_orders
2026-06-15T08:22:26.9070194Z         PASS [   0.004s] ( 876/1056) spt-store contextmark::tests::vector_parse_tolerant
2026-06-15T08:22:26.9377245Z         PASS [   0.058s] ( 877/1056) spt-store branchstore::tests::open_or_init_idempotent
2026-06-15T08:22:26.9744712Z         PASS [   0.092s] ( 878/1056) spt-store branchstore::tests::sweep_removes_only_stale_empty_locks
2026-06-15T08:22:27.0113311Z         PASS [   0.037s] ( 879/1056) spt-store contextstore::tests::invalid_id_refused
2026-06-15T08:22:27.0297392Z         PASS [   0.151s] ( 880/1056) spt-store branchstore::tests::branches_are_independent_roots
2026-06-15T08:22:27.0313782Z         PASS [   0.152s] ( 881/1056) spt-store branchstore::tests::multi_key_commit_is_one_commit
2026-06-15T08:22:27.0426800Z         PASS [   0.164s] ( 882/1056) spt-store branchstore::tests::commit_then_read_at_tip
2026-06-15T08:22:27.0471603Z         PASS [   0.164s] ( 883/1056) spt-store branchstore::tests::unchanged_write_is_no_commit
2026-06-15T08:22:27.0523764Z         PASS [   0.005s] ( 884/1056) spt-store epoch::tests::corrupt_or_absent_file_degrades_safely
2026-06-15T08:22:27.0567636Z         PASS [   0.004s] ( 885/1056) spt-store epoch::tests::counter_persists_across_reload
2026-06-15T08:22:27.0617106Z         PASS [   0.005s] ( 886/1056) spt-store epoch::tests::next_is_strictly_increasing_from_one
2026-06-15T08:22:27.0661776Z         PASS [   0.004s] ( 887/1056) spt-store gitrun::tests::deadline_kills_and_reports_timed_out
2026-06-15T08:22:27.0813720Z         PASS [   0.015s] ( 888/1056) spt-store gitrun::tests::version_runs_within_budget
2026-06-15T08:22:27.0855664Z         PASS [   0.004s] ( 889/1056) spt-store grants::tests::grant_match_is_exact_per_tuple
2026-06-15T08:22:27.0901048Z         PASS [   0.004s] ( 890/1056) spt-store grants::tests::grant_revoke_roundtrip_default_deny
2026-06-15T08:22:27.0944318Z         PASS [   0.004s] ( 891/1056) spt-store grants::tests::persistence_and_corrupt_degrade_to_deny
2026-06-15T08:22:27.0988052Z         PASS [   0.004s] ( 892/1056) spt-store history::tests::appends_one_record_per_line
2026-06-15T08:22:27.1036220Z         PASS [   0.005s] ( 893/1056) spt-store history::tests::context_entries_carry_the_discriminator
2026-06-15T08:22:27.1086771Z         PASS [   0.005s] ( 894/1056) spt-store history::tests::digest_entries_go_to_a_separate_log
2026-06-15T08:22:27.1156846Z         PASS [   0.007s] ( 895/1056) spt-store home::tests::adoption_stamps_only_unset_and_only_when_unambiguous
2026-06-15T08:22:27.1207132Z         PASS [   0.005s] ( 896/1056) spt-store home::tests::home_assignment_matrix
2026-06-15T08:22:27.1255481Z         PASS [   0.005s] ( 897/1056) spt-store home::tests::scope_seeding_never_clobbers_user_policy
2026-06-15T08:22:27.1305426Z         PASS [   0.005s] ( 898/1056) spt-store home::tests::stamp_creation_fields_news_assign_and_revives_carry_forward
2026-06-15T08:22:27.1353715Z         PASS [   0.005s] ( 899/1056) spt-store hostlabel::tests::hostname_is_nonempty_and_trimmed_on_supported_platforms
2026-06-15T08:22:27.1399119Z         PASS [   0.004s] ( 900/1056) spt-store info::tests::busy_sentinel_round_trips_and_read_pid_is_none
2026-06-15T08:22:27.1505461Z         PASS [   0.309s] ( 901/1056) spt-runtime runtime::tests::bounded_run_kills_on_timeout
2026-06-15T08:22:27.1563138Z         PASS [   0.006s] ( 902/1056) spt-store info::tests::corrupt_content_returns_none
2026-06-15T08:22:27.1608699Z         PASS [   0.004s] ( 903/1056) spt-store info::tests::read_pid_tolerates_schema_minimal
2026-06-15T08:22:27.1664381Z         PASS [   0.005s] ( 904/1056) spt-store info::tests::set_driven_by_stamps_and_clears
2026-06-15T08:22:27.1667565Z         PASS [   0.155s] ( 905/1056) spt-store contextstore::tests::project_branch_holds_many_agents
2026-06-15T08:22:27.1723645Z         PASS [   0.006s] ( 906/1056) spt-store info::tests::set_last_active_stamps_recency
2026-06-15T08:22:27.1726879Z         PASS [   0.006s] ( 907/1056) spt-store info::tests::set_resources_writes_and_clears_the_blurb
2026-06-15T08:22:27.1780271Z         PASS [   0.006s] ( 908/1056) spt-store info::tests::set_rest_state_stamps_state_and_anchor_as_a_pair
2026-06-15T08:22:27.1782432Z         PASS [   0.006s] ( 909/1056) spt-store info::tests::set_status_marks_existing_record
2026-06-15T08:22:27.1835952Z         PASS [   0.006s] ( 910/1056) spt-store info::tests::write_read_round_trip
2026-06-15T08:22:27.1841126Z         PASS [   0.006s] ( 911/1056) spt-store liveness::tests::busy_and_missing_keep_interim_parity
2026-06-15T08:22:27.1885316Z         PASS [   0.049s] ( 912/1056) spt-store info::tests::concurrent_read_during_writes_never_torn
2026-06-15T08:22:27.1891944Z         PASS [   0.006s] ( 913/1056) spt-store liveness::tests::daemon_hosted_offline_overrides_live_pid
2026-06-15T08:22:27.1895404Z         PASS [   0.005s] ( 914/1056) spt-store liveness::tests::daemon_hosted_online_survives_dead_pid
2026-06-15T08:22:27.1943511Z         PASS [   0.287s] ( 915/1056) spt-store contextstore::tests::conflict_artifacts_preserve_both_versions
2026-06-15T08:22:27.1956460Z         PASS [   0.006s] ( 916/1056) spt-store liveness::tests::external_perch_still_pid_probes
2026-06-15T08:22:27.1957359Z         PASS [   0.005s] ( 917/1056) spt-store nodeid::tests::corrupt_key_errors_never_regenerates
2026-06-15T08:22:27.1958263Z         PASS [   0.006s] ( 918/1056) spt-store liveness::tests::registry_entry_keys_on_status_for_hosted_rows
2026-06-15T08:22:27.1995811Z         PASS [   0.005s] ( 919/1056) spt-store nodeid::tests::create_then_load_is_stable
2026-06-15T08:22:27.1999874Z         PASS [   0.006s] ( 920/1056) spt-store nodeid::tests::seed_hex_round_trips
2026-06-15T08:22:27.2149514Z         PASS [   0.020s] ( 921/1056) spt-store notif::tests::listing_is_subnet_scoped
2026-06-15T08:22:27.2160145Z         PASS [   0.016s] ( 922/1056) spt-store notif::tests::produce_list_dismiss_round_trip
2026-06-15T08:22:27.2201500Z         PASS [   0.005s] ( 923/1056) spt-store notif::tests::row_serde_round_trips_with_forward_compat
2026-06-15T08:22:27.2216467Z         PASS [   0.022s] ( 924/1056) spt-store notif::tests::reopen_is_durable_and_corrupt_seen_degrades
2026-06-15T08:22:27.2246378Z         PASS [   0.029s] ( 925/1056) spt-store notif::tests::merge_is_idempotent_and_commutative
2026-06-15T08:22:27.2262027Z         PASS [   0.004s] ( 926/1056) spt-store peeraddrs::tests::corrupt_file_degrades_to_empty
2026-06-15T08:22:27.2302079Z         PASS [   0.005s] ( 927/1056) spt-store peeraddrs::tests::put_get_roundtrip_and_noop_reput
2026-06-15T08:22:27.2315404Z         PASS [   0.005s] ( 928/1056) spt-store peeraddrs::tests::record_is_one_step_and_skips_noops
2026-06-15T08:22:27.2343414Z         PASS [   0.014s] ( 929/1056) spt-store notif::tests::stale_undismissed_copy_cannot_undismiss
2026-06-15T08:22:27.2346059Z         PASS [   0.018s] ( 930/1056) spt-store notif::tests::seen_unions_and_surfaced_maxes
2026-06-15T08:22:27.2355919Z         PASS [   0.005s] ( 931/1056) spt-store perch::tests::child_files_route_through_one_resolver
2026-06-15T08:22:27.2365713Z         PASS [   0.005s] ( 932/1056) spt-store perch::tests::classification_matrix
2026-06-15T08:22:27.2397502Z         PASS [   0.005s] ( 933/1056) spt-store perch::tests::explicit_parent_wins_over_infer
2026-06-15T08:22:27.2402285Z         PASS [   0.006s] ( 934/1056) spt-store perch::tests::list_self_perch_ids_enumerates_bound_top_level
2026-06-15T08:22:27.2405143Z         PASS [   0.005s] ( 935/1056) spt-store perch::tests::resolve_psyche_and_worker_nest_under_parent
2026-06-15T08:22:27.2417936Z         PASS [   0.005s] ( 936/1056) spt-store perch::tests::resolve_self_is_flat
2026-06-15T08:22:27.2456704Z         PASS [   0.006s] ( 937/1056) spt-store perch::tests::shell_perches_resolve_under_owner_shells_namespace
2026-06-15T08:22:27.2457848Z         PASS [   0.005s] ( 938/1056) spt-store proc::tests::current_process_is_alive
2026-06-15T08:22:27.2459029Z         PASS [   0.005s] ( 939/1056) spt-store perch::tests::spt_home_is_pure_and_honors_env
2026-06-15T08:22:27.2466862Z         PASS [   0.005s] ( 940/1056) spt-store proc::tests::parent_pid_resolves_and_is_alive
2026-06-15T08:22:27.2508916Z         PASS [   0.005s] ( 941/1056) spt-store proc::tests::unassigned_pid_is_dead
2026-06-15T08:22:27.2509972Z         PASS [   0.005s] ( 942/1056) spt-store proc::tests::pid_zero_is_dead_on_every_os
2026-06-15T08:22:27.2550560Z         PASS [   0.004s] ( 943/1056) spt-store project::tests::url_spellings_normalize_to_one_id
2026-06-15T08:22:27.2713868Z         PASS [   0.026s] ( 944/1056) spt-store proc::tests::zombie_child_reads_dead
2026-06-15T08:22:27.2748298Z         PASS [   0.024s] ( 945/1056) spt-store registry::tests::clean_keys_on_status_for_daemon_hosted_rows
2026-06-15T08:22:27.2778426Z         PASS [   0.023s] ( 946/1056) spt-store registry::tests::clean_removes_dead_keeps_live
2026-06-15T08:22:27.2900108Z         PASS [   0.015s] ( 947/1056) spt-store registry::tests::register_and_lookup
2026-06-15T08:22:27.2915558Z         PASS [   0.249s] ( 948/1056) spt-store contextstore::tests::two_tier_layout_and_commits
2026-06-15T08:22:27.2916602Z         PASS [   0.014s] ( 949/1056) spt-store registry::tests::register_on_nonexistent_owlery_creates_dir_and_succeeds
2026-06-15T08:22:27.3037964Z         PASS [   0.012s] ( 950/1056) spt-store registry::tests::resolve_on_empty_registry_is_none_not_error
2026-06-15T08:22:27.3092888Z         PASS [   0.019s] ( 951/1056) spt-store registry::tests::reregister_replaces_address
2026-06-15T08:22:27.3093976Z         PASS [   0.006s] ( 952/1056) spt-store rename::tests::live_nested_child_blocks_rename
2026-06-15T08:22:27.3139406Z         PASS [   0.022s] ( 953/1056) spt-store registry::tests::resolve_cleans_before_lookup
2026-06-15T08:22:27.3148287Z         PASS [   0.006s] ( 954/1056) spt-store rename::tests::rename_refusals_leave_owlery_untouched
2026-06-15T08:22:27.3157666Z         PASS [   0.006s] ( 955/1056) spt-store rename::tests::rename_ripples_self_and_nested_children
2026-06-15T08:22:27.3195796Z         PASS [   0.006s] ( 956/1056) spt-store roster::tests::is_member_any_spans_subnets_and_honors_tombstones
2026-06-15T08:22:27.3197553Z         PASS [   0.005s] ( 957/1056) spt-store roster::tests::merge_entry_is_strictly_greater_lease_wins
2026-06-15T08:22:27.3207131Z         PASS [   0.005s] ( 958/1056) spt-store roster::tests::merge_is_commutative_and_idempotent
2026-06-15T08:22:27.3245976Z         PASS [   0.005s] ( 959/1056) spt-store roster::tests::roster_for_projects_one_subnets_slice
2026-06-15T08:22:27.3252601Z         PASS [   0.006s] ( 960/1056) spt-store roster::tests::offline_member_persists_through_silence_and_reload
2026-06-15T08:22:27.3255766Z         PASS [   0.079s] ( 961/1056) spt-store project::tests::derivation_ladder
2026-06-15T08:22:27.3266398Z         PASS [   0.006s] ( 962/1056) spt-store roster::tests::serde_additive_and_degrades_to_empty
2026-06-15T08:22:27.3316765Z         PASS [   0.005s] ( 963/1056) spt-store roster::tests::tombstone_dominates_suppresses_reinsert_and_clears
2026-06-15T08:22:27.3318235Z         PASS [   0.005s] ( 964/1056) spt-store roster::tests::tombstones_are_scoped_and_merge
2026-06-15T08:22:27.3319291Z         PASS [   0.005s] ( 965/1056) spt-store roster::tests::upsert_self_overwrites_unconditionally
2026-06-15T08:22:27.3320197Z         PASS [   0.005s] ( 966/1056) spt-store rotation::tests::coalesce_is_per_subnet
2026-06-15T08:22:27.3348496Z         PASS [   0.004s] ( 967/1056) spt-store rotation::tests::due_subnets_respects_deadline_and_force_is_immediate
2026-06-15T08:22:27.3352850Z         PASS [   0.005s] ( 968/1056) spt-store rotation::tests::coalesce_unions_revokees_and_keeps_earliest_deadline
2026-06-15T08:22:27.3361710Z         PASS [   0.006s] ( 969/1056) spt-store rotation::tests::persists_and_degrades_to_empty
2026-06-15T08:22:27.3369364Z         PASS [   0.005s] ( 970/1056) spt-store seed::tests::absent_cwd_is_omitted
2026-06-15T08:22:27.3398253Z         PASS [   0.005s] ( 971/1056) spt-store seed::tests::seed_round_trips_through_json
2026-06-15T08:22:27.3407998Z         PASS [   0.005s] ( 972/1056) spt-store sessions::tests::appends_and_reads_in_order
2026-06-15T08:22:27.3425257Z         PASS [   0.006s] ( 973/1056) spt-store sessions::tests::same_session_rebind_is_deduped
2026-06-15T08:22:27.3445834Z         PASS [   0.005s] ( 974/1056) spt-store sessions::tests::tolerant_of_garbage_lines
2026-06-15T08:22:27.3475528Z         PASS [   0.007s] ( 975/1056) spt-store shellinfo::tests::alias_unique_rename_and_resolution
2026-06-15T08:22:27.3483799Z         PASS [   0.006s] ( 976/1056) spt-store shellinfo::tests::composite_option_mints_colon_free_id_and_carries_the_composite
2026-06-15T08:22:27.3510613Z         PASS [   0.006s] ( 977/1056) spt-store shellinfo::tests::mint_smallest_free_and_teardown_frees
2026-06-15T08:22:27.3538742Z         PASS [   0.006s] ( 978/1056) spt-store shellinfo::tests::shellinfo_roundtrip_and_corrupt_tolerance
2026-06-15T08:22:27.3720523Z         PASS [   0.036s] ( 979/1056) spt-store sessions::tests::last_k_and_bounding
2026-06-15T08:22:27.3785105Z         PASS [   0.027s] ( 980/1056) spt-store spool::tests::drain_marks_delivered_and_is_idempotent
2026-06-15T08:22:27.3786092Z         PASS [   0.030s] ( 981/1056) spt-store spool::tests::deferred_row_survives_event_drain_then_hook_delivers
2026-06-15T08:22:27.3948170Z         PASS [   0.016s] ( 982/1056) spt-store spool::tests::spool_touches_has_messages_sentinel
2026-06-15T08:22:27.3964933Z         PASS [   0.125s] ( 983/1056) spt-store registry::tests::concurrent_registration_never_locks
2026-06-15T08:22:27.3971000Z         PASS [   0.019s] ( 984/1056) spt-store spool::tests::reopen_is_idempotent
2026-06-15T08:22:27.4018507Z         PASS [   0.030s] ( 985/1056) spt-store spool::tests::non_deferred_drain_skips_deferred_and_preserves_order
2026-06-15T08:22:27.4022533Z         PASS [   0.005s] ( 986/1056) spt-store subnet::tests::add_joined_preserves_seed_and_epoch
2026-06-15T08:22:27.4073697Z         PASS [   0.005s] ( 987/1056) spt-store subnet::tests::create_subnet_starts_at_epoch_one_unique_name
2026-06-15T08:22:27.4075091Z         PASS [   0.006s] ( 988/1056) spt-store subnet::tests::adopt_rotation_takes_newer_seed_and_is_idempotent
2026-06-15T08:22:27.4121942Z         PASS [   0.005s] ( 989/1056) spt-store subnet::tests::hex_round_trips_and_rejects_bad_input
2026-06-15T08:22:27.4126098Z         PASS [   0.018s] ( 990/1056) spt-store spool::tests::wan_mark_seen_claims_once_and_blocks_spool_path
2026-06-15T08:22:27.4133947Z         PASS [   0.006s] ( 991/1056) spt-store subnet::tests::hide_new_endpoints_defaults_off_and_persists
2026-06-15T08:22:27.4169743Z         PASS [   0.063s] ( 992/1056) spt-store spool::tests::event_part_body_persists_byte_exact
2026-06-15T08:22:27.4171858Z         PASS [   0.005s] ( 993/1056) spt-store subnet::tests::minted_seeds_are_random
2026-06-15T08:22:27.4180394Z         PASS [   0.005s] ( 994/1056) spt-store subnet::tests::missing_or_corrupt_file_is_empty_store
2026-06-15T08:22:27.4181293Z         PASS [   0.021s] ( 995/1056) spt-store spool::tests::wan_spool_dedups_on_op_id_across_reopen
2026-06-15T08:22:27.4186462Z         PASS [   0.005s] ( 996/1056) spt-store subnet::tests::no_prior_generation_before_rotation
2026-06-15T08:22:27.4227294Z         PASS [   0.005s] ( 997/1056) spt-store subnet::tests::remove_drops_membership
2026-06-15T08:22:27.4228388Z         PASS [   0.005s] ( 998/1056) spt-store subnet::tests::rotate_bumps_epoch_and_changes_seed
2026-06-15T08:22:27.4242764Z         PASS [   0.006s] ( 999/1056) spt-store subnet::tests::store_persists_multi_subnet_and_rotation
2026-06-15T08:22:27.4564123Z         PASS [   0.519s] (1000/1056) spt-store contextstore::tests::fork_copies_both_tiers_then_diverges
2026-06-15T08:22:27.4610548Z         PASS [   0.037s] (1001/1056) spt-store syncmerge::tests::non_context_branch_refused
2026-06-15T08:22:27.4783031Z         PASS [   0.447s] (1002/1056) spt-store contextstore::tests::rename_ripples_both_tiers
2026-06-15T08:22:27.4827668Z         PASS [   0.004s] (1003/1056) spt-store timefmt::tests::formats_known_instants
2026-06-15T08:22:27.4872208Z         PASS [   0.004s] (1004/1056) spt-store timefmt::tests::lexical_order_matches_chronological_order
2026-06-15T08:22:27.4913390Z         PASS [   0.004s] (1005/1056) spt-store visibility::tests::hidden_gates_sync_even_when_listed
2026-06-15T08:22:27.4962954Z         PASS [   0.005s] (1006/1056) spt-store visibility::tests::hidden_is_or_of_defaults
2026-06-15T08:22:27.5008250Z         PASS [   0.004s] (1007/1056) spt-store visibility::tests::override_wins_both_directions
2026-06-15T08:22:27.5062121Z         PASS [   0.005s] (1008/1056) spt-store visibility::tests::store_persists_and_degrades_safe
2026-06-15T08:22:27.5103109Z         PASS [   0.004s] (1009/1056) spt-store visibility::tests::synced_requires_membership_listing
2026-06-15T08:22:27.5153928Z         PASS [   0.005s] (1010/1056) spt-store xfer::tests::progress_round_trips_per_role_and_updates_mid_flight
2026-06-15T08:22:27.5198184Z         PASS [   0.004s] (1011/1056) spt-store xfer::tests::xfer_id_is_filename_safe_and_distinct
2026-06-15T08:22:27.5237607Z         PASS [   0.004s] (1012/1056) spt-term digest::tests::config_defaults_are_the_presentation_formula
2026-06-15T08:22:27.5289684Z         PASS [   0.005s] (1013/1056) spt-term digest::tests::truncate_arg_cuts_to_width_with_ellipsis
2026-06-15T08:22:27.5342541Z         PASS [   0.005s] (1014/1056) spt-term projection::tests::agent_between_tools_breaks_the_sprint
2026-06-15T08:22:27.5395591Z         PASS [   0.005s] (1015/1056) spt-term projection::tests::context_record_discriminator
2026-06-15T08:22:27.5437887Z         PASS [   0.004s] (1016/1056) spt-term projection::tests::diagnostics_clean_stream_has_no_drops
2026-06-15T08:22:27.5488450Z         PASS [   0.005s] (1017/1056) spt-term projection::tests::diagnostics_record_every_drop_with_reason
2026-06-15T08:22:27.5528220Z         PASS [   0.004s] (1018/1056) spt-term projection::tests::empty_input_projects_empty_digest
2026-06-15T08:22:27.5580086Z         PASS [   0.005s] (1019/1056) spt-term projection::tests::leading_output_without_input_is_a_preamble_turn
2026-06-15T08:22:27.5629811Z         PASS [   0.005s] (1020/1056) spt-term projection::tests::malformed_unknown_role_and_toolless_tool_are_skipped
2026-06-15T08:22:27.5679857Z         PASS [   0.005s] (1021/1056) spt-term projection::tests::projects_input_agent_and_collapses_tool_sprints
2026-06-15T08:22:27.5731854Z         PASS [   0.005s] (1022/1056) spt-term projection::tests::sprint_collapse_off_keeps_tools_separate
2026-06-15T08:22:27.5782812Z         PASS [   0.005s] (1023/1056) spt-term projection::tests::timeline_boundary_divider_and_window_bridge
2026-06-15T08:22:27.5830829Z         PASS [   0.005s] (1024/1056) spt-term projection::tests::timeline_folds_context_into_a_turn
2026-06-15T08:22:27.5875717Z         PASS [   0.004s] (1025/1056) spt-term projection::tests::truncates_tool_args_to_width
2026-06-15T08:22:27.5919184Z         PASS [   0.004s] (1026/1056) spt-term projection::tests::ts_ordering_key_parses_and_is_optional
2026-06-15T08:22:27.5960042Z         PASS [   0.004s] (1027/1056) spt-term projection::tests::unknown_fields_are_tolerated
2026-06-15T08:22:27.6009591Z         PASS [   0.005s] (1028/1056) spt-term projection::tests::window_input_turns_bridges_and_trims
2026-06-15T08:22:27.6061762Z         PASS [   0.005s] (1029/1056) spt-term projection::tests::windows_to_last_n_turns
2026-06-15T08:22:27.6114800Z         PASS [   0.005s] (1030/1056) spt-term reader::tests::auto_answers_synthetic_dsr_query
2026-06-15T08:22:27.6153791Z         PASS [   0.004s] (1031/1056) spt-term reader::tests::dsr_matcher_finds_query_across_chunk_boundary
2026-06-15T08:22:27.6253812Z         PASS [   0.010s] (1032/1056) spt-term reader::tests::no_dsr_means_no_answer
2026-06-15T08:22:27.6420963Z         PASS [   0.017s] (1033/1056) spt-term::dsr drain_forwards_child_output
2026-06-15T08:22:27.6532450Z         PASS [   0.623s] (1034/1056) spt-store contextstore::tests::remove_endpoint_removes_exactly_the_source
2026-06-15T08:22:27.6618662Z         PASS [   4.211s] (1035/1056) spt-daemon::resume resume_below_ring_floor_clamps_forward_without_gap_error
2026-06-15T08:22:27.6682652Z         PASS [   0.026s] (1036/1056) spt-term::inject ctrl_c_interrupts_the_child
2026-06-15T08:22:27.6683580Z         PASS [   0.015s] (1037/1056) spt-term::inject send_line_reaches_child_and_preserves_order
2026-06-15T08:22:27.6742398Z         PASS [   0.006s] (1038/1056) spt-term::surface captures_child_output_off_the_pty
2026-06-15T08:22:27.6743696Z         PASS [   0.006s] (1039/1056) spt-term::stream delivers_every_value_under_resize
2026-06-15T08:22:27.6796874Z         PASS [   0.005s] (1040/1056) spt-term::surface resize_under_load_does_not_hang_or_panic
2026-06-15T08:22:27.6798400Z         PASS [   0.005s] (1041/1056) spt-term::surface spawn_program_in_lands_the_child_in_the_requested_cwd
2026-06-15T08:22:27.6840707Z         PASS [   0.004s] (1042/1056) xtask::bin/xtask converge_tests::converge_table_renders_rows_and_success_predicate
2026-06-15T08:22:27.9097156Z         PASS [   0.487s] (1043/1056) spt-store syncmerge::tests::legacy_bottom_vectors_surface_not_overwrite
2026-06-15T08:22:27.9569567Z         PASS [   0.539s] (1044/1056) spt-store syncmerge::tests::adopt_then_incremental_then_idempotent_repull
2026-06-15T08:22:28.0668732Z         PASS [   0.610s] (1045/1056) spt-store syncmerge::tests::project_branch_unions_disjoint_agents
2026-06-15T08:22:28.2100893Z         PASS [   0.787s] (1046/1056) spt-store syncmerge::tests::dominated_incoming_drops_but_joins_dag
2026-06-15T08:22:28.2578796Z         PASS [   0.839s] (1047/1056) spt-store syncmerge::tests::concurrent_writes_surface_on_both_nodes
2026-06-15T08:22:28.4957080Z         PASS [   1.035s] (1048/1056) spt-store syncmerge::tests::reconciled_write_propagates_and_clears_artifacts
2026-06-15T08:22:28.6690193Z         PASS [   1.007s] (1049/1056) spt-term::stream bounded_backpressure_stalls_an_unconsumed_reader
2026-06-15T08:22:31.3451916Z         PASS [  10.100s] (1050/1056) spt::bin/spt cli::tests::shell_spawn_gates_on_the_registered_set
2026-06-15T08:22:36.2716118Z         PASS [  15.153s] (1051/1056) spt::bin/spt cli::tests::owner_shutdown_gated_by_can_shutdown_grant
2026-06-15T08:22:44.8434666Z         PASS [  24.290s] (1052/1056) spt::brain_split broker_survives_brain_kill_and_respawns_it
2026-06-15T08:22:45.0607503Z         PASS [  24.507s] (1053/1056) spt::brain_split seed_anchor_survives_brain_cycle
2026-06-15T08:22:52.3833323Z         PASS [  30.017s] (1054/1056) spt-daemon shellwake::tests::reconcile_resolves_profile_overlay
2026-06-15T08:23:00.0969650Z         PASS [  39.543s] (1055/1056) spt::brain_survive pty_and_quic_survive_brain_process_restart_onto_swapped_binary
2026-06-15T08:23:04.3960619Z         PASS [  43.843s] (1056/1056) spt::brain_respawn_rename brain_respawns_onto_applied_bytes_after_in_place_rename
2026-06-15T08:23:04.3963668Z ────────────
2026-06-15T08:23:04.3964140Z      Summary [  43.844s] 1056 tests run: 1056 passed, 1 skipped
2026-06-15T08:23:04.5019931Z ##[group]Run cargo test --workspace --doc
2026-06-15T08:23:04.5021591Z [36;1mcargo test --workspace --doc[0m
2026-06-15T08:23:04.5213534Z shell: /usr/bin/bash -e {0}
2026-06-15T08:23:04.5213799Z env:
2026-06-15T08:23:04.5213999Z   RUSTFLAGS: -C link-arg=-fuse-ld=mold
2026-06-15T08:23:04.5214248Z ##[endgroup]
2026-06-15T08:23:05.2375419Z    Compiling strsim v0.11.1
2026-06-15T08:23:05.2414252Z    Compiling unicode-segmentation v1.13.3
2026-06-15T08:23:05.3310213Z    Compiling darling_core v0.20.11
2026-06-15T08:23:05.4293841Z    Compiling convert_case v0.10.0
2026-06-15T08:23:05.5371205Z    Compiling derive_more-impl v2.1.1
2026-06-15T08:23:06.3160560Z    Compiling darling_macro v0.20.11
2026-06-15T08:23:06.4410732Z    Compiling darling v0.20.11
2026-06-15T08:23:06.4604257Z    Compiling derive_builder_core v0.20.2
2026-06-15T08:23:06.8571485Z    Compiling derive_more v2.1.1
2026-06-15T08:23:06.8781362Z    Compiling derive_builder_macro v0.20.2
2026-06-15T08:23:06.9063041Z    Compiling n0-future v0.3.2
2026-06-15T08:23:06.9063471Z    Compiling iroh-base v0.98.0
2026-06-15T08:23:06.9063793Z    Compiling noq-proto v0.17.0
2026-06-15T08:23:06.9959170Z    Compiling derive_builder v0.20.2
2026-06-15T08:23:06.9983239Z    Compiling n0-watcher v0.6.1
2026-06-15T08:23:07.0279608Z    Compiling vergen-lib v9.1.0
2026-06-15T08:23:07.0280176Z    Compiling vergen-lib v0.1.6
2026-06-15T08:23:07.1028592Z    Compiling netwatch v0.16.0
2026-06-15T08:23:07.1213755Z    Compiling vergen v9.1.0
2026-06-15T08:23:07.1489946Z    Compiling vergen-gitcl v1.0.8
2026-06-15T08:23:07.2116229Z    Compiling iroh-dns v0.98.0
2026-06-15T08:23:07.4266632Z    Compiling iroh-relay v0.98.0
2026-06-15T08:23:07.8311946Z    Compiling portmapper v0.16.0
2026-06-15T08:23:09.8948629Z    Compiling noq v0.18.0
2026-06-15T08:23:13.6638204Z    Compiling iroh v0.98.2
2026-06-15T08:23:21.7061022Z    Compiling spt-net v0.7.0 (/home/reavus/actions-runner/_work/spt-core/spt-core/crates/spt-net)
2026-06-15T08:23:23.1181648Z    Compiling spt-daemon v0.7.0 (/home/reavus/actions-runner/_work/spt-core/spt-core/crates/spt-daemon)
2026-06-15T08:23:29.4070908Z     Finished `test` profile [unoptimized + debuginfo] target(s) in 24.84s
2026-06-15T08:23:29.4291859Z    Doc-tests spt_daemon
2026-06-15T08:23:29.7727839Z 
2026-06-15T08:23:29.7728326Z running 0 tests
2026-06-15T08:23:29.7728541Z 
2026-06-15T08:23:29.7728879Z test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
2026-06-15T08:23:29.7729641Z 
2026-06-15T08:23:29.7772689Z    Doc-tests spt_live
2026-06-15T08:23:29.8156456Z 
2026-06-15T08:23:29.8157020Z running 0 tests
2026-06-15T08:23:29.8157233Z 
2026-06-15T08:23:29.8157495Z test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
2026-06-15T08:23:29.8157875Z 
2026-06-15T08:23:29.8186360Z    Doc-tests spt_msg
2026-06-15T08:23:29.8493362Z 
2026-06-15T08:23:29.8494009Z running 0 tests
2026-06-15T08:23:29.8496986Z 
2026-06-15T08:23:29.8497462Z test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
2026-06-15T08:23:29.8497840Z 
2026-06-15T08:23:29.8522536Z    Doc-tests spt_net
2026-06-15T08:23:30.0115537Z 
2026-06-15T08:23:30.0116091Z running 0 tests
2026-06-15T08:23:30.0116420Z 
2026-06-15T08:23:30.0116850Z test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
2026-06-15T08:23:30.0117341Z 
2026-06-15T08:23:30.0155448Z    Doc-tests spt_proto
2026-06-15T08:23:30.0451112Z 
2026-06-15T08:23:30.0451999Z running 0 tests
2026-06-15T08:23:30.0452269Z 
2026-06-15T08:23:30.0452565Z test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
2026-06-15T08:23:30.0452951Z 
2026-06-15T08:23:30.0478140Z    Doc-tests spt_runtime
2026-06-15T08:23:30.1948662Z 
2026-06-15T08:23:30.1949431Z running 0 tests
2026-06-15T08:23:30.1949640Z 
2026-06-15T08:23:30.1949955Z test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
2026-06-15T08:23:30.1950804Z 
2026-06-15T08:23:30.1980371Z    Doc-tests spt_store
2026-06-15T08:23:30.3290506Z 
2026-06-15T08:23:30.3291131Z running 0 tests
2026-06-15T08:23:30.3291365Z 
2026-06-15T08:23:30.3291670Z test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
2026-06-15T08:23:30.3292061Z 
2026-06-15T08:23:30.3321694Z    Doc-tests spt_term
2026-06-15T08:23:30.3754199Z 
2026-06-15T08:23:30.3754763Z running 0 tests
2026-06-15T08:23:30.3754967Z 
2026-06-15T08:23:30.3755315Z test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
2026-06-15T08:23:30.3755686Z 
2026-06-15T08:23:30.3927038Z ##[group]Run cargo clippy --workspace --all-targets -- -D warnings
2026-06-15T08:23:30.3927575Z [36;1mcargo clippy --workspace --all-targets -- -D warnings[0m
2026-06-15T08:23:30.3943680Z shell: /usr/bin/bash -e {0}
2026-06-15T08:23:30.3943908Z env:
2026-06-15T08:23:30.3944108Z   RUSTFLAGS: -C link-arg=-fuse-ld=mold
2026-06-15T08:23:30.3944348Z ##[endgroup]
2026-06-15T08:23:30.7396659Z     Checking cfg-if v1.0.4
2026-06-15T08:23:30.7397050Z     Checking typenum v1.20.1
2026-06-15T08:23:30.7397776Z     Checking memchr v2.8.1
2026-06-15T08:23:30.7398406Z     Checking log v0.4.32
2026-06-15T08:23:30.7450238Z     Checking critical-section v1.2.0
2026-06-15T08:23:30.7538747Z     Checking subtle v2.6.1
2026-06-15T08:23:30.7539425Z     Checking smallvec v1.15.1
2026-06-15T08:23:30.7597936Z     Checking libc v0.2.186
2026-06-15T08:23:30.7598574Z     Checking serde_core v1.0.228
2026-06-15T08:23:30.7643930Z     Checking equivalent v1.0.2
2026-06-15T08:23:30.7702236Z     Checking pin-project-lite v0.2.17
2026-06-15T08:23:30.7702880Z     Checking itoa v1.0.18
2026-06-15T08:23:30.7817372Z     Checking cpufeatures v0.2.17
2026-06-15T08:23:30.7817937Z     Checking bitflags v2.12.1
2026-06-15T08:23:30.8031451Z     Checking zeroize v1.8.2
2026-06-15T08:23:30.8032024Z     Checking bytes v1.11.1
2026-06-15T08:23:30.8032329Z     Checking futures-core v0.3.32
2026-06-15T08:23:30.8071176Z     Checking hashbrown v0.17.1
2026-06-15T08:23:30.8350263Z     Checking rand_core v0.10.1
2026-06-15T08:23:30.8425485Z     Checking stable_deref_trait v1.2.1
2026-06-15T08:23:30.8661009Z     Checking futures-sink v0.3.32
2026-06-15T08:23:30.9078312Z     Checking slab v0.4.12
2026-06-15T08:23:30.9170824Z     Checking futures-io v0.3.32
2026-06-15T08:23:30.9262732Z     Checking futures-task v0.3.32
2026-06-15T08:23:30.9281218Z     Checking zerofrom v0.1.8
2026-06-15T08:23:30.9540826Z     Checking futures-channel v0.3.32
2026-06-15T08:23:30.9702014Z     Checking zerocopy v0.8.50
2026-06-15T08:23:30.9801194Z     Checking signature v2.2.0
2026-06-15T08:23:30.9870923Z     Checking zmij v1.0.21
2026-06-15T08:23:30.9964691Z     Checking writeable v0.6.3
2026-06-15T08:23:31.0232818Z     Checking litemap v0.8.2
2026-06-15T08:23:31.0247225Z     Checking fastrand v2.4.1
2026-06-15T08:23:31.0401223Z     Checking yoke v0.8.3
2026-06-15T08:23:31.0615522Z     Checking libsqlite3-sys v0.30.1
2026-06-15T08:23:31.0801369Z     Checking fallible-streaming-iterator v0.1.9
2026-06-15T08:23:31.0925988Z     Checking ed25519 v2.2.3
2026-06-15T08:23:31.1760497Z     Checking fallible-iterator v0.3.0
2026-06-15T08:23:31.1890327Z     Checking utf8_iter v1.0.4
2026-06-15T08:23:31.2080237Z     Checking icu_normalizer_data v2.2.0
2026-06-15T08:23:31.2342846Z     Checking icu_properties_data v2.2.0
2026-06-15T08:23:31.2540668Z     Checking zerovec v0.11.6
2026-06-15T08:23:31.2630783Z     Checking zerotrie v0.2.4
2026-06-15T08:23:31.2790610Z     Checking percent-encoding v2.3.2
2026-06-15T08:23:31.2890894Z     Checking cpufeatures v0.3.0
2026-06-15T08:23:31.2901077Z     Checking rustls-pki-types v1.14.1
2026-06-15T08:23:31.3276244Z     Checking futures-util v0.3.32
2026-06-15T08:23:31.3480879Z     Checking scopeguard v1.2.0
2026-06-15T08:23:31.3550469Z     Checking chacha20 v0.10.0
2026-06-15T08:23:31.3616667Z     Checking thiserror v2.0.18
2026-06-15T08:23:31.4012662Z     Checking lock_api v0.4.14
2026-06-15T08:23:31.4115517Z     Checking form_urlencoded v1.2.2
2026-06-15T08:23:31.4220638Z     Checking aws-lc-sys v0.41.0
2026-06-15T08:23:31.4330841Z     Checking http v1.4.1
2026-06-15T08:23:31.4434915Z    Compiling fnv v1.0.7
2026-06-15T08:23:31.5125813Z     Checking indexmap v2.14.0
2026-06-15T08:23:31.5250632Z     Checking untrusted v0.9.0
2026-06-15T08:23:31.5410427Z    Compiling darling_core v0.20.11
2026-06-15T08:23:31.5610854Z     Checking atomic-waker v1.1.2
2026-06-15T08:23:31.6011305Z     Checking const-oid v0.10.2
2026-06-15T08:23:31.6090512Z     Checking linux-raw-sys v0.12.1
2026-06-15T08:23:31.6260880Z     Checking derive_more v2.1.1
2026-06-15T08:23:31.6481061Z     Checking base64ct v1.8.3
2026-06-15T08:23:31.6780591Z     Checking either v1.16.0
2026-06-15T08:23:31.7204243Z     Checking httparse v1.10.1
2026-06-15T08:23:31.7490934Z     Checking base64 v0.22.1
2026-06-15T08:23:31.7580546Z     Checking data-encoding v2.11.0
2026-06-15T08:23:31.8790712Z     Checking pem-rfc7468 v1.0.0
2026-06-15T08:23:31.8890374Z     Checking tinyvec_macros v0.1.1
2026-06-15T08:23:31.9500761Z     Checking try-lock v0.2.5
2026-06-15T08:23:31.9970409Z     Checking tower-service v0.3.3
2026-06-15T08:23:32.0119428Z     Checking der v0.8.0-rc.10
2026-06-15T08:23:32.0137478Z     Checking want v0.3.1
2026-06-15T08:23:32.0390725Z     Checking tinyvec v1.11.0
2026-06-15T08:23:32.0765267Z     Checking tinystr v0.8.3
2026-06-15T08:23:32.0866752Z     Checking generic-array v0.14.7
2026-06-15T08:23:32.0900926Z     Checking potential_utf v0.1.5
2026-06-15T08:23:32.1030616Z     Checking rustix v1.1.4
2026-06-15T08:23:32.1120954Z     Checking hybrid-array v0.4.12
2026-06-15T08:23:32.1480704Z     Checking http-body v1.0.1
2026-06-15T08:23:32.1730681Z     Checking n0-error v0.1.3
2026-06-15T08:23:32.1890918Z     Checking icu_collections v2.2.0
2026-06-15T08:23:32.2390854Z     Checking aws-lc-rs v1.17.0
2026-06-15T08:23:32.2447278Z     Checking icu_locale_core v2.2.0
2026-06-15T08:23:32.2890412Z     Checking num-traits v0.2.19
2026-06-15T08:23:32.3460485Z    Compiling anyhow v1.0.102
2026-06-15T08:23:32.5763768Z     Checking diatomic-waker v0.2.3
2026-06-15T08:23:32.5992342Z     Checking spin v0.10.0
2026-06-15T08:23:32.6470896Z     Checking getrandom v0.2.17
2026-06-15T08:23:32.6900627Z     Checking mio v1.2.1
2026-06-15T08:23:32.7150600Z     Checking socket2 v0.6.4
2026-06-15T08:23:32.7470898Z     Checking crypto-common v0.1.7
2026-06-15T08:23:32.7540717Z     Checking block-buffer v0.10.4
2026-06-15T08:23:32.8120780Z     Checking getrandom v0.4.2
2026-06-15T08:23:32.8510671Z     Checking parking_lot_core v0.9.12
2026-06-15T08:23:32.8530520Z     Checking digest v0.10.7
2026-06-15T08:23:32.8580305Z     Checking rand_core v0.6.4
2026-06-15T08:23:32.9920508Z     Checking rand v0.10.1
2026-06-15T08:23:33.0550457Z     Checking ring v0.17.14
2026-06-15T08:23:33.0661644Z     Checking sha2 v0.10.9
2026-06-15T08:23:33.1180819Z     Checking tokio v1.52.3
2026-06-15T08:23:33.1430651Z     Checking curve25519-dalek v4.1.3
2026-06-15T08:23:33.1450702Z     Checking crypto-common v0.2.2
2026-06-15T08:23:33.1850552Z     Checking parking_lot v0.12.5
2026-06-15T08:23:33.2924573Z     Checking block-buffer v0.12.0
2026-06-15T08:23:33.3040562Z     Checking icu_provider v2.2.0
2026-06-15T08:23:33.3340604Z     Checking inout v0.1.4
2026-06-15T08:23:33.4310711Z     Checking cordyceps v0.3.4
2026-06-15T08:23:33.4421367Z     Checking parking v2.2.1
2026-06-15T08:23:33.4499820Z     Checking httpdate v1.0.3
2026-06-15T08:23:33.4583652Z     Checking cipher v0.4.4
2026-06-15T08:23:33.5220515Z     Checking spki v0.8.0-rc.4
2026-06-15T08:23:33.5620817Z     Checking futures-lite v2.6.1
2026-06-15T08:23:33.6160949Z     Checking icu_properties v2.2.0
2026-06-15T08:23:33.6385032Z     Checking icu_normalizer v2.2.0
2026-06-15T08:23:33.6609565Z     Checking universal-hash v0.5.1
2026-06-15T08:23:33.6970578Z     Checking ioctl-rs v0.1.6
2026-06-15T08:23:33.7320762Z     Checking serde v1.0.228
2026-06-15T08:23:33.7558013Z     Checking serde_json v1.0.150
2026-06-15T08:23:33.7889077Z     Checking futures-buffered v0.2.13
2026-06-15T08:23:33.8080859Z     Checking termios v0.2.2
2026-06-15T08:23:33.9500757Z     Checking digest v0.11.3
2026-06-15T08:23:34.0100549Z     Checking serial-core v0.4.0
2026-06-15T08:23:34.0510892Z     Checking pin-project v1.1.13
2026-06-15T08:23:34.0760539Z     Checking netlink-packet-core v0.8.1
2026-06-15T08:23:34.1400630Z     Checking aho-corasick v1.1.4
2026-06-15T08:23:34.1470321Z     Checking sync_wrapper v1.0.2
2026-06-15T08:23:34.1500806Z     Checking regex-syntax v0.8.10
2026-06-15T08:23:34.2120666Z     Checking opaque-debug v0.3.1
2026-06-15T08:23:34.2588158Z     Checking allocator-api2 v0.2.21
2026-06-15T08:23:34.3430967Z     Checking ed25519-dalek v2.2.0
2026-06-15T08:23:34.4050600Z     Checking portable-atomic v1.13.1
2026-06-15T08:23:34.4690583Z     Checking ipnet v2.12.0
2026-06-15T08:23:34.6211605Z     Checking serde_spanned v0.6.9
2026-06-15T08:23:34.6354483Z     Checking toml_datetime v0.6.11
2026-06-15T08:23:34.6520604Z     Checking toml_write v0.1.2
2026-06-15T08:23:34.6561051Z     Checking spt-proto v0.7.0 (/home/reavus/actions-runner/_work/spt-core/spt-core/crates/spt-proto)
2026-06-15T08:23:34.7009207Z     Checking winnow v0.7.15
2026-06-15T08:23:34.7345293Z    Compiling powerfmt v0.2.0
2026-06-15T08:23:34.7500569Z     Checking byteorder v1.5.0
2026-06-15T08:23:34.7570528Z     Checking prefix-trie v0.8.4
2026-06-15T08:23:34.7698760Z     Checking rustls-webpki v0.103.13
2026-06-15T08:23:34.8197886Z     Checking futures-executor v0.3.32
2026-06-15T08:23:34.8501183Z    Compiling toml_edit v0.25.12+spec-1.1.0
2026-06-15T08:23:34.8636338Z    Compiling darling_macro v0.20.11
2026-06-15T08:23:34.8652775Z     Checking polyval v0.6.2
2026-06-15T08:23:34.9270105Z     Checking idna_adapter v1.2.2
2026-06-15T08:23:34.9308574Z     Checking hash32 v0.2.1
2026-06-15T08:23:34.9384621Z    Compiling deranged v0.5.8
2026-06-15T08:23:34.9521777Z     Checking thiserror v1.0.69
2026-06-15T08:23:35.0129584Z     Checking idna v1.1.0
2026-06-15T08:23:35.0422353Z     Checking ref-cast v1.0.25
2026-06-15T08:23:35.0600578Z     Checking serial-unix v0.4.0
2026-06-15T08:23:35.0831026Z     Checking memoffset v0.6.5
2026-06-15T08:23:35.1271608Z     Checking pkcs8 v0.11.0-rc.10
2026-06-15T08:23:35.1301151Z     Checking crossbeam-utils v0.8.21
2026-06-15T08:23:35.1570222Z     Checking once_cell v1.21.4
2026-06-15T08:23:35.1683778Z     Checking spin v0.9.8
2026-06-15T08:23:35.2197823Z     Checking bitflags v1.3.2
2026-06-15T08:23:35.2980793Z     Checking dyn-clone v1.0.20
2026-06-15T08:23:35.3020661Z    Compiling time-core v0.1.8
2026-06-15T08:23:35.3110310Z     Checking pin-utils v0.1.0
2026-06-15T08:23:35.3150483Z    Compiling darling v0.20.11
2026-06-15T08:23:35.3331155Z    Compiling num-conv v0.2.2
2026-06-15T08:23:35.3790579Z     Checking ahash v0.8.12
2026-06-15T08:23:35.3920551Z     Checking tracing-core v0.1.36
2026-06-15T08:23:35.4020660Z    Compiling derive_builder_core v0.20.2
2026-06-15T08:23:35.4420863Z     Checking ryu v1.0.23
2026-06-15T08:23:35.4621896Z     Checking tower-layer v0.3.3
2026-06-15T08:23:35.4661312Z     Checking rustls v0.23.40
2026-06-15T08:23:35.4859871Z     Checking url v2.5.8
2026-06-15T08:23:35.4980745Z     Checking signature v3.0.0
2026-06-15T08:23:35.5059546Z     Checking heapless v0.7.17
2026-06-15T08:23:35.5698850Z     Checking hashbrown v0.14.5
2026-06-15T08:23:35.5880833Z     Checking schemars v1.2.1
2026-06-15T08:23:35.5940903Z     Checking ed25519 v3.0.0-rc.4
2026-06-15T08:23:35.6170501Z     Checking nix v0.25.1
2026-06-15T08:23:35.6480687Z     Checking tempfile v3.27.0
2026-06-15T08:23:35.6632763Z     Checking serial v0.4.0
2026-06-15T08:23:35.7214047Z    Compiling proc-macro-crate v3.5.0
2026-06-15T08:23:35.7820712Z     Checking filedescriptor v0.8.3
2026-06-15T08:23:35.8550692Z     Checking tracing v0.1.44
2026-06-15T08:23:35.9070454Z     Checking ghash v0.5.1
2026-06-15T08:23:35.9460369Z     Checking curve25519-dalek v5.0.0-pre.6
2026-06-15T08:23:36.0403252Z     Checking futures v0.3.32
2026-06-15T08:23:36.1160607Z     Checking sha2 v0.11.0-rc.5
2026-06-15T08:23:36.1320636Z     Checking ctr v0.9.2
2026-06-15T08:23:36.1500829Z     Checking noq-udp v0.10.0
2026-06-15T08:23:36.1800615Z     Checking hickory-proto v0.26.0-beta.4
2026-06-15T08:23:36.3060686Z     Checking hashlink v0.9.1
2026-06-15T08:23:36.3250479Z     Checking aes v0.8.4
2026-06-15T08:23:36.4048496Z     Checking aead v0.5.2
2026-06-15T08:23:36.4527097Z     Checking http-body-util v0.1.3
2026-06-15T08:23:36.4720735Z     Checking regex-automata v0.4.14
2026-06-15T08:23:36.5000525Z     Checking cobs v0.3.0
2026-06-15T08:23:36.5450670Z     Checking shell-words v1.1.1
2026-06-15T08:23:36.6490798Z    Compiling time v0.3.47
2026-06-15T08:23:36.7011403Z     Checking openssl-probe v0.2.1
2026-06-15T08:23:36.7107849Z     Checking rusqlite v0.32.1
2026-06-15T08:23:36.7181894Z     Checking downcast-rs v1.2.1
2026-06-15T08:23:36.7370628Z     Checking toml_edit v0.22.27
2026-06-15T08:23:36.7690977Z    Compiling derive_builder_macro v0.20.2
2026-06-15T08:23:36.7775593Z     Checking rustls-native-certs v0.8.4
2026-06-15T08:23:36.7793205Z     Checking postcard v1.1.3
2026-06-15T08:23:36.7968500Z    Compiling num_enum_derive v0.7.6
2026-06-15T08:23:36.9121503Z     Checking crossbeam-channel v0.5.15
2026-06-15T08:23:36.9398470Z     Checking aes-gcm v0.10.3
2026-06-15T08:23:37.0940943Z     Checking crossbeam-epoch v0.9.18
2026-06-15T08:23:37.1581038Z    Compiling derive_builder v0.20.2
2026-06-15T08:23:37.1860442Z     Checking data-encoding-macro v0.1.20
2026-06-15T08:23:37.1960717Z     Checking netlink-packet-route v0.29.0
2026-06-15T08:23:37.2410379Z    Compiling vergen-lib v9.1.0
2026-06-15T08:23:37.2610721Z    Compiling vergen-lib v0.1.6
2026-06-15T08:23:37.2810739Z     Checking ed25519-dalek v3.0.0-pre.6
2026-06-15T08:23:37.3931116Z     Checking uuid v1.23.2
2026-06-15T08:23:37.4720587Z     Checking identity-hash v0.1.0
2026-06-15T08:23:37.5170641Z     Checking foldhash v0.2.0
2026-06-15T08:23:37.5799312Z    Compiling vergen v9.1.0
2026-06-15T08:23:37.6178787Z     Checking spt-store v0.7.0 (/home/reavus/actions-runner/_work/spt-core/spt-core/crates/spt-store)
2026-06-15T08:23:37.6557187Z     Checking rustc-hash v2.1.2
2026-06-15T08:23:37.7390904Z     Checking lru-slab v0.1.2
2026-06-15T08:23:37.7557777Z     Checking sorted-index-buffer v0.2.1
2026-06-15T08:23:37.7590736Z     Checking tagptr v0.2.0
2026-06-15T08:23:37.7970776Z     Checking xml-rs v0.8.28
2026-06-15T08:23:37.8391827Z     Checking mac-addr v0.3.0
2026-06-15T08:23:37.8560804Z     Checking hashbrown v0.16.1
2026-06-15T08:23:37.8875465Z     Checking moka v0.12.15
2026-06-15T08:23:37.9180919Z     Checking iroh-base v0.98.0
2026-06-15T08:23:37.9370777Z     Checking tokio-util v0.7.18
2026-06-15T08:23:38.0160098Z     Checking netlink-sys v0.8.8
2026-06-15T08:23:38.0550433Z     Checking tower v0.5.3
2026-06-15T08:23:38.2580695Z     Checking netlink-proto v0.12.0
2026-06-15T08:23:38.3430569Z     Checking num_enum v0.7.6
2026-06-15T08:23:38.4571110Z     Checking xmltree v0.10.3
2026-06-15T08:23:38.4640563Z     Checking strum v0.28.0
2026-06-15T08:23:38.5671094Z     Checking iroh-metrics v0.38.3
2026-06-15T08:23:38.5929744Z     Checking attohttpc v0.30.1
2026-06-15T08:23:38.6100863Z     Checking netlink-packet-route v0.30.0
2026-06-15T08:23:38.6230801Z     Checking simple-dns v0.9.3
2026-06-15T08:23:38.6360648Z     Checking regex v1.12.3
2026-06-15T08:23:38.6760461Z     Checking smol_str v0.1.24
2026-06-15T08:23:38.7290231Z     Checking h2 v0.4.14
2026-06-15T08:23:38.7730435Z     Checking n0-future v0.3.2
2026-06-15T08:23:38.8365932Z    Compiling vergen-gitcl v1.0.8
2026-06-15T08:23:38.8910723Z     Checking n0-watcher v0.6.1
2026-06-15T08:23:38.9161247Z     Checking tower-http v0.6.11
2026-06-15T08:23:38.9732405Z     Checking tokio-stream v0.1.18
2026-06-15T08:23:39.0263214Z     Checking toml v0.8.23
2026-06-15T08:23:39.0900779Z     Checking sha1_smol v1.0.1
2026-06-15T08:23:39.1000554Z     Checking simdutf8 v0.1.5
2026-06-15T08:23:39.1170903Z     Checking constant_time_eq v0.4.2
2026-06-15T08:23:39.2320814Z     Checking resolv-conf v0.7.6
2026-06-15T08:23:39.2450437Z     Checking arrayvec v0.7.6
2026-06-15T08:23:39.2600422Z     Checking arrayref v0.3.9
2026-06-15T08:23:39.2740472Z     Checking acto v0.8.2
2026-06-15T08:23:39.2871095Z     Checking portable-pty v0.8.1
2026-06-15T08:23:39.3084598Z     Checking lru v0.16.4
2026-06-15T08:23:39.3108273Z     Checking serde_bytes v0.11.19
2026-06-15T08:23:39.3341192Z     Checking hmac v0.12.1
2026-06-15T08:23:39.4360390Z     Checking seize v0.5.1
2026-06-15T08:23:39.4600788Z     Checking blake3 v1.8.5
2026-06-15T08:23:39.4670801Z     Checking webpki-roots v1.0.7
2026-06-15T08:23:39.4980580Z     Checking cmov v0.5.4
2026-06-15T08:23:39.5271225Z     Checking hkdf v0.12.4
2026-06-15T08:23:39.5341576Z     Checking backon v1.6.0
2026-06-15T08:23:39.5756018Z     Checking sha1 v0.10.6
2026-06-15T08:23:39.5980821Z     Checking interprocess v2.4.2
2026-06-15T08:23:39.6021855Z    Compiling iroh-relay v0.98.0
2026-06-15T08:23:39.6191223Z     Checking errno v0.3.14
2026-06-15T08:23:39.6476232Z     Checking tokio-rustls v0.26.4
2026-06-15T08:23:39.6811034Z     Checking rustls-platform-verifier v0.7.0
2026-06-15T08:23:39.6882828Z     Checking noq-proto v0.17.0
2026-06-15T08:23:39.7088396Z     Checking iroh-dns v0.98.0
2026-06-15T08:23:39.7251287Z     Checking papaya v0.2.4
2026-06-15T08:23:39.7467843Z     Checking spake2 v0.4.0
2026-06-15T08:23:39.7481646Z     Checking signal-hook-registry v1.4.8
2026-06-15T08:23:39.7990740Z     Checking ctutils v0.4.2
2026-06-15T08:23:39.8464697Z    Compiling darling_core v0.23.0
2026-06-15T08:23:39.8641882Z     Checking swarm-discovery v0.6.0-alpha.2
2026-06-15T08:23:39.8747330Z     Checking utf8parse v0.2.2
2026-06-15T08:23:39.9346890Z     Checking anstyle-parse v1.0.0
2026-06-15T08:23:39.9437085Z     Checking tokio-websockets v0.13.2
2026-06-15T08:23:39.9443556Z     Checking signal-hook v0.3.18
2026-06-15T08:23:39.9444214Z     Checking colorchoice v1.0.5
2026-06-15T08:23:39.9540288Z     Checking unicode-segmentation v1.13.3
2026-06-15T08:23:39.9800442Z     Checking foldhash v0.1.5
2026-06-15T08:23:40.0498504Z     Checking anstyle-query v1.1.5
2026-06-15T08:23:40.0541357Z     Checking is_terminal_polyfill v1.70.2
2026-06-15T08:23:40.0742338Z     Checking anstyle v1.0.14
2026-06-15T08:23:40.1280396Z     Checking linux-raw-sys v0.4.15
2026-06-15T08:23:40.1390076Z     Checking hashbrown v0.15.5
2026-06-15T08:23:40.1508451Z     Checking signal-hook-mio v0.2.5
2026-06-15T08:23:40.1510883Z     Checking terminal_size v0.4.4
2026-06-15T08:23:40.1511618Z     Checking itertools v0.13.0
2026-06-15T08:23:40.1580949Z     Checking castaway v0.2.4
2026-06-15T08:23:40.1851911Z     Checking spt-msg v0.7.0 (/home/reavus/actions-runner/_work/spt-core/spt-core/crates/spt-msg)
2026-06-15T08:23:40.2244135Z     Checking unicode-width v0.1.14
2026-06-15T08:23:40.2360659Z     Checking static_assertions v1.1.0
2026-06-15T08:23:40.2653496Z     Checking strsim v0.11.1
2026-06-15T08:23:40.2879991Z     Checking clap_lex v1.1.0
2026-06-15T08:23:40.3511166Z     Checking anstream v1.0.0
2026-06-15T08:23:40.4281007Z     Checking compact_str v0.8.2
2026-06-15T08:23:40.4380398Z     Checking strum v0.26.3
2026-06-15T08:23:40.4570409Z     Checking cassowary v0.3.0
2026-06-15T08:23:40.4840636Z     Checking spt-runtime v0.7.0 (/home/reavus/actions-runner/_work/spt-core/spt-core/crates/spt-runtime)
2026-06-15T08:23:40.4966995Z     Checking spt-term v0.7.0 (/home/reavus/actions-runner/_work/spt-core/spt-core/crates/spt-term)
2026-06-15T08:23:40.5140776Z     Checking rustix v0.38.44
2026-06-15T08:23:40.5343416Z     Checking iana-time-zone v0.1.65
2026-06-15T08:23:40.5819879Z     Checking clap_builder v4.6.0
2026-06-15T08:23:40.5905847Z     Checking unicode-width v0.2.0
2026-06-15T08:23:40.6831271Z     Checking chrono v0.4.45
2026-06-15T08:23:40.7141002Z     Checking nucleo-matcher v0.3.1
2026-06-15T08:23:40.8030746Z     Checking qrcode v0.14.1
2026-06-15T08:23:40.8426200Z     Checking lru v0.12.5
2026-06-15T08:23:41.3720488Z     Checking crossterm v0.28.1
2026-06-15T08:23:41.7083234Z     Checking mock-adapter v0.7.0 (/home/reavus/actions-runner/_work/spt-core/spt-core/adapters/mock)
2026-06-15T08:23:41.9051338Z     Checking unicode-truncate v1.1.0
2026-06-15T08:23:42.3964701Z    Compiling darling_macro v0.23.0
2026-06-15T08:23:42.4976120Z     Checking clap v4.6.1
2026-06-15T08:23:42.5216366Z     Checking netdev v0.42.0
2026-06-15T08:23:42.5320307Z     Checking spt-live v0.7.0 (/home/reavus/actions-runner/_work/spt-core/spt-core/crates/spt-live)
2026-06-15T08:23:42.5914592Z    Compiling darling v0.23.0
2026-06-15T08:23:42.6513125Z    Compiling instability v0.3.12
2026-06-15T08:23:43.0016957Z     Checking ratatui v0.29.0
2026-06-15T08:23:43.0110034Z     Checking hyper v1.10.1
2026-06-15T08:23:43.0111156Z     Checking hickory-net v0.26.0-beta.4
2026-06-15T08:23:43.4967938Z     Checking netwatch v0.16.0
2026-06-15T08:23:43.8296935Z     Checking hyper-util v0.1.20
2026-06-15T08:23:43.8910443Z     Checking hickory-resolver v0.26.0-beta.4
2026-06-15T08:23:44.0668088Z     Checking noq v0.18.0
2026-06-15T08:23:44.5733317Z     Checking hyper-rustls v0.27.9
2026-06-15T08:23:44.5733755Z     Checking igd-next v0.17.1
2026-06-15T08:23:44.6537212Z     Checking reqwest v0.13.4
2026-06-15T08:23:44.7817421Z     Checking portmapper v0.16.0
2026-06-15T08:23:45.8981368Z     Checking iroh v0.98.2
2026-06-15T08:23:49.3709758Z     Checking spt-net v0.7.0 (/home/reavus/actions-runner/_work/spt-core/spt-core/crates/spt-net)
2026-06-15T08:23:50.6741132Z     Checking spt-daemon v0.7.0 (/home/reavus/actions-runner/_work/spt-core/spt-core/crates/spt-daemon)
2026-06-15T08:23:53.7359308Z     Checking spt v0.7.0 (/home/reavus/actions-runner/_work/spt-core/spt-core/crates/spt)
2026-06-15T08:23:53.9011180Z     Checking xtask v0.7.0 (/home/reavus/actions-runner/_work/spt-core/spt-core/crates/xtask)
2026-06-15T08:23:56.0052377Z error: function `windows_quote_arg` is never used
2026-06-15T08:23:56.0052944Z    --> crates/spt/src/elevation.rs:227:4
2026-06-15T08:23:56.0053244Z     |
2026-06-15T08:23:56.0053496Z 227 | fn windows_quote_arg(arg: &str) -> String {
2026-06-15T08:23:56.0053811Z     |    ^^^^^^^^^^^^^^^^^
2026-06-15T08:23:56.0054040Z     |
2026-06-15T08:23:56.0054355Z     = note: `-D dead-code` implied by `-D warnings`
2026-06-15T08:23:56.0054852Z     = help: to override `-D warnings` add `#[expect(dead_code)]` or `#[allow(dead_code)]`
2026-06-15T08:23:56.0055201Z 
2026-06-15T08:23:56.0055363Z error: function `windows_runas_params` is never used
2026-06-15T08:23:56.0055710Z    --> crates/spt/src/elevation.rs:263:8
2026-06-15T08:23:56.0055997Z     |
2026-06-15T08:23:56.0056273Z 263 | pub fn windows_runas_params(args: &[String]) -> String {
2026-06-15T08:23:56.0056621Z     |        ^^^^^^^^^^^^^^^^^^^^
2026-06-15T08:23:56.0056804Z 
2026-06-15T08:23:56.4614696Z error: consider using `sort_by_key`
2026-06-15T08:23:56.4615096Z    --> crates/spt/src/picker/data.rs:184:5
2026-06-15T08:23:56.4615377Z     |
2026-06-15T08:23:56.4615645Z 184 |     found.sort_by(|a, b| b.0.cmp(&a.0)); // newest first
2026-06-15T08:23:56.4615946Z     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2026-06-15T08:23:56.4616183Z     |
2026-06-15T08:23:56.4616644Z     = help: for further information visit https://rust-lang.github.io/rust-clippy/rust-1.96.0/index.html#unnecessary_sort_by
2026-06-15T08:23:56.4617239Z     = note: `-D clippy::unnecessary-sort-by` implied by `-D warnings`
2026-06-15T08:23:56.4617649Z     = help: to override `-D warnings` add `#[allow(clippy::unnecessary_sort_by)]`
2026-06-15T08:23:56.4617978Z help: try
2026-06-15T08:23:56.4618164Z     |
2026-06-15T08:23:56.4618382Z 184 -     found.sort_by(|a, b| b.0.cmp(&a.0)); // newest first
2026-06-15T08:23:56.4618736Z 184 +     found.sort_by_key(|b| std::cmp::Reverse(b.0)); // newest first
2026-06-15T08:23:56.4619161Z     |
2026-06-15T08:23:56.4619268Z 
2026-06-15T08:23:56.5125784Z error: this `if` can be collapsed into the outer `match`
2026-06-15T08:23:56.5126193Z    --> crates/spt/src/rc.rs:387:29
2026-06-15T08:23:56.5126515Z     |
2026-06-15T08:23:56.5126773Z 387 | / ...                   if pty_size != Some((rows, cols)) {
2026-06-15T08:23:56.5127149Z 388 | | ...                       pty_size = Some((rows, cols));
2026-06-15T08:23:56.5127589Z 389 | | ...                       if let Ok((mycols, myrows)) = crossterm::terminal::size() {
2026-06-15T08:23:56.5128341Z 390 | | ...                           if (myrows, mycols) != (rows, cols) {
2026-06-15T08:23:56.5128680Z ...   |
2026-06-15T08:23:56.5128884Z 398 | | ...                   }
2026-06-15T08:23:56.5129326Z     | |_______________________^
2026-06-15T08:23:56.5129560Z     |
2026-06-15T08:23:56.5130059Z     = help: for further information visit https://rust-lang.github.io/rust-clippy/rust-1.96.0/index.html#collapsible_match
2026-06-15T08:23:56.5130833Z     = note: `-D clippy::collapsible-match` implied by `-D warnings`
2026-06-15T08:23:56.5131314Z     = help: to override `-D warnings` add `#[allow(clippy::collapsible_match)]`
2026-06-15T08:23:56.5131675Z help: collapse nested if block
2026-06-15T08:23:56.5131890Z     |
2026-06-15T08:23:56.5132085Z 382 ~                         AttachRecord::Size { rows, cols }
2026-06-15T08:23:56.5132444Z 383 |                             // Viewer letterbox feed (REQ-RCVIEW-1): show a one-line
2026-06-15T08:23:56.5132744Z ...
2026-06-15T08:23:56.5132972Z 386 |                             // deferred; the honest size cue is rendered here).
2026-06-15T08:23:56.5133296Z 387 ~                             if pty_size != Some((rows, cols)) => {
2026-06-15T08:23:56.5133602Z 388 |                                 pty_size = Some((rows, cols));
2026-06-15T08:23:56.5133853Z ...
2026-06-15T08:23:56.5134025Z 397 |                                 }
2026-06-15T08:23:56.5134241Z 398 ~                             }
2026-06-15T08:23:56.5134461Z     |
2026-06-15T08:23:56.5134565Z 
2026-06-15T08:23:56.5989546Z error: could not compile `spt` (bin "spt") due to 4 previous errors
2026-06-15T08:23:56.5990043Z warning: build failed, waiting for other jobs to finish...
2026-06-15T08:23:57.2830584Z error: could not compile `spt` (bin "spt" test) due to 2 previous errors
2026-06-15T08:23:57.3218660Z ##[error]Process completed with exit code 101.
2026-06-15T08:23:57.3523176Z Post job cleanup.
2026-06-15T08:23:57.4267641Z [command]/usr/bin/git version
2026-06-15T08:23:57.4331725Z git version 2.43.0
2026-06-15T08:23:57.4363217Z Temporarily overriding HOME='/home/reavus/actions-runner/_work/_temp/7869a827-277b-457f-b261-6321e7d719d5' before making global git config changes
2026-06-15T08:23:57.4363881Z Adding repository directory to the temporary git global config as a safe directory
2026-06-15T08:23:57.4366282Z [command]/usr/bin/git config --global --add safe.directory /home/reavus/actions-runner/_work/spt-core/spt-core
2026-06-15T08:23:57.4397101Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand
2026-06-15T08:23:57.4421598Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'core\.sshCommand' && git config --local --unset-all 'core.sshCommand' || :"
2026-06-15T08:23:57.4655496Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader
2026-06-15T08:23:57.4675830Z http.https://github.com/.extraheader
2026-06-15T08:23:57.4682869Z [command]/usr/bin/git config --local --unset-all http.https://github.com/.extraheader
2026-06-15T08:23:57.4706542Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'http\.https\:\/\/github\.com\/\.extraheader' && git config --local --unset-all 'http.https://github.com/.extraheader' || :"
2026-06-15T08:23:57.4891725Z [command]/usr/bin/git config --local --name-only --get-regexp ^includeIf\.gitdir:
2026-06-15T08:23:57.4918594Z [command]/usr/bin/git submodule foreach --recursive git config --local --show-origin --name-only --get-regexp remote.origin.url
2026-06-15T08:23:57.5252797Z Cleaning up orphan processes
